/* Blog author subscriptions — modern light (default) */
.blog-sub-hint {
    margin: 0 0 12px 0;
    color: #666;
    font-size: 12px;
}

.blog-subscriptions-list {
    margin: 0 0 16px 0;
    padding: 10px 12px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: inherit;
}

.blog-subscriptions-list-title {
    margin: 0 0 8px 0;
    font-weight: bold;
    font-size: 12px;
}

.blog-subscriptions-authors {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 12px;
}

.blog-sub-pagination {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.blog-sub-pagination-meta {
    color: #666;
    font-size: 12px;
}

.blog-subscribe-btn {
    font-size: 12px;
    padding: 4px 10px;
    cursor: pointer;
    border: 1px solid #1d4ed8;
    background: #fff;
    color: #1d4ed8;
    border-radius: 4px;
    white-space: nowrap;
    font-family: inherit;
    line-height: 1.3;
}

.blog-subscribe-btn:hover:not(:disabled) {
    background: #eff6ff;
}

.blog-subscribe-btn.is-subscribed {
    background: #1d4ed8;
    color: #fff;
}

.blog-subscribe-btn.is-subscribed:hover:not(:disabled) {
    background: #1e40af;
}

.blog-subscribe-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}

.blog-entry .edit-info .links .blog-fav-link.is-favorited .icon {
    filter: sepia(1) saturate(4) hue-rotate(5deg);
}

.blog-entry .edit-info .links .blog-subscribe-link.is-subscribed {
    font-weight: bold;
}

/* Modern dark */
body.theme-dark .blog-sub-hint,
body.theme-dark .blog-sub-pagination-meta {
    color: #9ca3af;
}

body.theme-dark .blog-subscriptions-list {
    background: rgba(17, 24, 39, 0.75);
    border-color: #374151;
    color: #e5e7eb;
}

body.theme-dark .blog-subscriptions-list a {
    color: #93c5fd;
}

body.theme-dark .blog-subscriptions-list a:hover {
    color: #fca5a5;
}

body.theme-dark .blog-subscribe-btn {
    background: #1f2937;
    color: #93c5fd;
    border-color: #374151;
}

body.theme-dark .blog-subscribe-btn:hover:not(:disabled) {
    background: #111827;
    color: #dbeafe;
}

body.theme-dark .blog-subscribe-btn.is-subscribed {
    background: #1d4ed8;
    color: #f9fafb;
    border-color: #1d4ed8;
}

body.theme-dark .blog-subscribe-btn.is-subscribed:hover:not(:disabled) {
    background: #1e40af;
}

body.theme-dark .blog-entry .edit-info .links .blog-subscribe-link.is-subscribed {
    color: #93c5fd;
}

body.theme-dark .category-list li.active > a {
    color: #f9fafb;
    font-weight: bold;
}

/* Classic skin */
body.skin-classic:not(.profile-page) .blog-sub-hint,
body.skin-classic:not(.profile-page) .blog-sub-pagination-meta {
    color: #545454;
    font-family: verdana, arial, sans-serif, helvetica;
    font-size: 8pt;
}

body.skin-classic:not(.profile-page) .blog-subscriptions-list {
    background: var(--classic-even-lighter-blue, #dbeafe) !important;
    border: 1px solid var(--classic-lighter-blue, #6699cc) !important;
    border-radius: 0 !important;
    color: black !important;
}

body.skin-classic:not(.profile-page) .blog-subscriptions-list-title {
    font-family: verdana, arial, sans-serif, helvetica;
    font-size: 8pt;
}

body.skin-classic:not(.profile-page) .blog-subscriptions-list a {
    color: var(--classic-darker-blue, #003399) !important;
    font-family: verdana, arial, sans-serif, helvetica;
    font-size: 8pt;
}

body.skin-classic:not(.profile-page) .blog-subscribe-btn {
    text-transform: uppercase;
    padding: 2px 8px !important;
    border: 1px solid #999 !important;
    border-radius: 0 !important;
    background: #e4e4e4 !important;
    color: black !important;
    font-family: verdana, arial, sans-serif, helvetica !important;
    font-size: 10pt !important;
    box-shadow: none !important;
}

body.skin-classic:not(.profile-page) .blog-subscribe-btn:hover:not(:disabled) {
    background: #d4d4d4 !important;
}

body.skin-classic:not(.profile-page) .blog-subscribe-btn.is-subscribed {
    background: var(--classic-darker-blue, #003399) !important;
    color: white !important;
    border-color: #039 !important;
}

body.skin-classic:not(.profile-page) .blog-subscribe-btn.is-subscribed:hover:not(:disabled) {
    background: #002266 !important;
}

body.skin-classic:not(.profile-page) .blog-entry .edit-info .links .blog-subscribe-link.is-subscribed {
    font-weight: bold;
    color: var(--classic-darker-blue, #003399) !important;
}

body.skin-classic:not(.profile-page) .category-list li.active > a b {
    color: var(--classic-darker-blue, #003399) !important;
}
