.yoohoo-container {
    padding: 20px;
    max-width: 100%;
}

.yoohoo-header {
    margin-bottom: 30px;
    background: linear-gradient(180deg, #5a2ca8 0%, #3a1c6b 100%);
    border: 4px ridge #b98cff;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
}

.yoohoo-header img {
    height: 75px;
    width: auto;
}

.yoohoo-header-text {
    flex: 1;
}

.yoohoo-header h1 {
    color: #ffff00;
    font-family: 'Arial Black', sans-serif;
    text-shadow: 3px 3px 0px #000;
    margin: 0 0 8px 0;
}

.yoohoo-tagline {
    color: #efe3ff;
    font-style: italic;
    margin: 0;
}

.yoohoo-tagline-strike {
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
}

.yoohoo-category-title {
    color: #9966ff;
    font-family: 'Arial Black', sans-serif;
    margin-bottom: 20px;
}

.recent-link-author {
    color: #888;
}

.yoohoo-search {
    margin-bottom: 30px;
    background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
    border: 3px outset #444;
    padding: 15px;
}

.yoohoo-search form,
.yoohoo-search .content-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yoohoo-search input[type="text"],
.yoohoo-search .content-search-input {
    flex: 1;
    min-width: 0;
    padding: 8px;
    border: 2px inset #555;
    background: #2a2a3e;
    color: #eee;
}

.yoohoo-search .btn {
    min-width: 0;
}

.category-list {
    margin-bottom: 30px;
}

.category-top {
    background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
    border: 3px outset #444;
    padding: 20px;
    margin-bottom: 15px;
}

.category-top-name {
    font-family: 'Arial Black', sans-serif;
    color: #ffcc00;
    margin-bottom: 10px;
}

.category-top-name a {
    color: #ffcc00;
    text-decoration: none;
}

.category-top-name a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.category-count {
    color: #888;
    margin-left: 5px;
}

.category-description {
    color: #cccccc;
    margin-bottom: 10px;
}

.subcategory-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.subcategory-item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #666;
    padding: 5px 10px;
}

.subcategory-item a {
    color: #00ccff;
    text-decoration: none;
}

.subcategory-item a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.link-list {
    margin-bottom: 30px;
}

.link-item {
    background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
    border: 3px outset #444;
    padding: 20px;
    margin-bottom: 15px;
}

.link-title {
    font-family: 'Arial Black', sans-serif;
    margin-bottom: 5px;
}

.link-title a {
    color: #ffcc00;
    text-decoration: none;
}

.link-title a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.link-url {
    color: #00ff66;
    margin-bottom: 8px;
    word-break: break-all;
}

.link-description {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 8px;
    font-style: italic;
}

.link-meta {
    color: #888;
}

.link-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.link-actions .btn {
    min-width: 0;
}

.breadcrumb {
    margin-bottom: 20px;
    color: #888;
}

.yoohoo-suggest {
    background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
    border: 3px outset #444;
    padding: 20px;
    margin-bottom: 20px;
}

.yoohoo-suggest h3 {
    color: #ffcc00;
    margin: 0 0 10px 0;
}

.yoohoo-note {
    color: #888;
    margin: 0 0 15px 0;
}

.yoohoo-suggest-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yoohoo-suggest-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.yoohoo-suggest-row input,
.yoohoo-suggest-form textarea {
    flex: 1;
    min-width: 200px;
    padding: 8px;
    border: 2px inset #555;
    background: #2a2a3e;
    color: #eee;
}

.yoohoo-suggest-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yoohoo-suggest-message {
    color: #66ff66;
    font-size: 13px;
}

.yoohoo-suggest-message.is-error {
    color: #ff6666;
}

.breadcrumb a {
    color: #9966ff;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.yoohoo-form {
    padding: 20px;
}

.yoohoo-form h2 {
    color: #ffcc00;
    font-family: 'Arial Black', sans-serif;
    margin-bottom: 20px;
}

.yoohoo-form .form-group {
    margin-bottom: 20px;
}

.submit-button,
.cancel-button,
.delete-button {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Arial Black', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px outset;
    cursor: pointer;
    margin-right: 10px;
}

.submit-button {
    background: linear-gradient(180deg, #ffcc00 0%, #ff9900 50%, #ffcc00 100%);
    border-color: #ffdd00;
    color: #000;
}

.submit-button:hover {
    border-style: inset;
    background: linear-gradient(180deg, #ff9900 0%, #ffcc00 50%, #ff9900 100%);
}

.cancel-button {
    background: linear-gradient(180deg, #cccccc 0%, #999999 50%, #cccccc 100%);
    border-color: #dddddd;
    color: #000;
    text-decoration: none;
}

.cancel-button:hover {
    border-style: inset;
    background: linear-gradient(180deg, #999999 0%, #cccccc 50%, #999999 100%);
}

.delete-button {
    background: linear-gradient(180deg, #ff3333 0%, #cc0000 50%, #ff3333 100%);
    border-color: #ff6666;
    color: #ffffff;
}

.delete-button:hover {
    border-style: inset;
    background: linear-gradient(180deg, #cc0000 0%, #ff3333 50%, #cc0000 100%);
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #888;
    font-style: italic;
    background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
    border: 2px dashed #444;
}

.search-results-header {
    background: linear-gradient(180deg, #2a2a1e 0%, #1a1a0f 100%);
    border: 3px outset #ffcc00;
    color: #ffee88;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.recent-links {
    background: linear-gradient(180deg, #2a1a3e 0%, #1a0f2a 100%);
    border: 2px solid #9966ff;
    padding: 15px;
    margin-bottom: 30px;
}

.recent-links h3 {
    color: #9966ff;
    font-family: 'Arial Black', sans-serif;
    margin-bottom: 10px;
}

.recent-link-item {
    margin-bottom: 10px;
}

.recent-link-item a {
    color: #00ccff;
    text-decoration: none;
}

.recent-link-item a:hover {
    color: #ffffff;
    text-decoration: underline;
}
