.author-profile {
    background: linear-gradient(135deg, #0b0b16 0%, #141427 55%, #0f0f1a 100%);
}

.author-profile h1 {
    color: #f6d365;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.author-profile img.rounded-circle {
    border: 4px solid #f7f1e1;
    box-shadow:
        4px 4px 0 rgba(184, 134, 11, 0.95),
        8px 10px 24px rgba(0, 0, 0, 0.45),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    border-radius: 3px;
}

.author-profile .badge.bg-light {
    background: #0f0f1a !important;
    color: #f7f1e1 !important;
    transition: box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border: 2px solid rgba(246, 211, 101, 0.25);
    border-radius: 2px;
}

.author-profile .badge.bg-light:hover {
    background: #4b2a83 !important;
    color: #ffffff !important;
    border-color: rgba(246, 211, 101, 0.6) !important;
    box-shadow:
        4px 4px 0 rgba(75, 42, 131, 0.75),
        10px 14px 30px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
}

.author-box {
    border-inline-start: 4px solid #f6d365;
    transition: box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.author-box:hover {
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.85),
        12px 18px 34px rgba(0, 0, 0, 0.45);
    transform: translateY(-2px);
}

.author-box img {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.15s cubic-bezier(0.2, 0.8, 0.2, 1);
    filter: saturate(1.08) contrast(1.04);
}

.author-box:hover img {
    transform: scale(1.05);
    filter: saturate(1.12) contrast(1.06);
}

.author-posts-list .card {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    overflow: hidden;
    border-radius: 2px;
    border: 2px solid rgba(246, 211, 101, 0.12);
}

.author-posts-list .card:hover {
    transform: translateY(-5px);
    box-shadow:
        4px 4px 0 rgba(184, 134, 11, 0.9),
        12px 18px 36px rgba(0, 0, 0, 0.5);
    border-color: rgba(246, 211, 101, 0.55);
}

.author-posts-list .card-img-top {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.15s cubic-bezier(0.2, 0.8, 0.2, 1);
    filter: saturate(1.05) contrast(1.04);
}

.author-posts-list .card:hover .card-img-top {
    transform: scale(1.05);
    filter: saturate(1.12) contrast(1.06);
}

.main-authors-section {
    background: #0f0f1a;
}

.author-card {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border: 2px solid rgba(246, 211, 101, 0.2);
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.author-card:hover {
    transform: translateY(-8px);
    box-shadow:
        4px 4px 0 rgba(75, 42, 131, 0.9),
        10px 16px 34px rgba(0, 0, 0, 0.55);
    border-color: rgba(246, 211, 101, 0.65);
}

.author-card img.rounded-circle {
    border: 3px solid rgba(247, 241, 225, 0.92);
    transition: border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 2px;
    box-shadow:
        3px 3px 0 rgba(246, 211, 101, 0.35),
        8px 10px 24px rgba(0, 0, 0, 0.35);
}

.author-card:hover img.rounded-circle {
    border-color: #f6d365;
    box-shadow:
        3px 3px 0 rgba(246, 211, 101, 0.8),
        12px 16px 30px rgba(0, 0, 0, 0.45);
}

.faq-section {
    background: linear-gradient(180deg, #0f0f1a 0%, #16162b 35%, #0f0f1a 100%);
}

.faq-section h2 {
    font-size: 1.75rem;
    color: #f6d365;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.faq-list .faq-item {
    border: 2px solid rgba(255, 255, 255, 0.08);
    transition: box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 2px;
}

.faq-list .faq-item:hover {
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.8),
        14px 20px 40px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-2px);
    border-color: rgba(246, 211, 101, 0.45);
}

.faq-list .faq-item[open] {
    border-color: rgba(246, 211, 101, 0.65);
    background: linear-gradient(90deg, rgba(75, 42, 131, 0.35) 0%, rgba(255, 255, 255, 0.04) 55%, rgba(246, 211, 101, 0.18) 100%);
    box-shadow:
        4px 4px 0 rgba(75, 42, 131, 0.75),
        14px 20px 40px rgba(0, 0, 0, 0.45);
}

.faq-list .faq-item summary {
    list-style: none;
    cursor: pointer;
    font-size: 1.05rem;
    line-height: 1.6;
    padding-inline-end: 2rem;
    position: relative;
    user-select: none;
    color: #f7f1e1;
}

.faq-list .faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-list .faq-item summary::marker {
    content: '';
}

.faq-list .faq-item summary::after {
    content: '+';
    position: absolute;
    inset-inline-end: 0.25rem;
    inset-block-start: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 300;
    color: #f6d365;
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1);
    line-height: 1;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.faq-list .faq-item[open] summary::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
    color: #ffffff;
}

.faq-list .faq-q-num {
    font-weight: 700;
    font-size: 0.95rem;
    color: #f6d365;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.faq-list .faq-answer {
    font-size: 0.95rem;
    line-height: 1.8;
    animation: faqFadeIn 0.15s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: rgba(247, 241, 225, 0.92);
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
        filter: blur(0.5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.sidebar-widgets .card {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border-radius: 2px;
    border: 2px solid rgba(246, 211, 101, 0.12);
    background: rgba(255, 255, 255, 0.02);
}

.sidebar-widgets .card:hover {
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.78),
        14px 20px 40px rgba(0, 0, 0, 0.5);
    border-color: rgba(246, 211, 101, 0.45);
    transform: translateY(-2px);
}

.sidebar-widgets h5 {
    color: #f6d365;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.sidebar-widgets .badge {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    cursor: pointer;
    border-radius: 2px;
    border: 2px solid rgba(246, 211, 101, 0.2);
    background: rgba(255, 255, 255, 0.03);
    color: #f7f1e1;
}

.sidebar-widgets .badge:hover {
    background-color: #4b2a83 !important;
    color: #ffffff !important;
    border-color: rgba(246, 211, 101, 0.7) !important;
    transform: translateY(-1px);
    box-shadow:
        4px 4px 0 rgba(75, 42, 131, 0.85),
        10px 14px 30px rgba(0, 0, 0, 0.45);
}

.sidebar-widgets ul li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.sidebar-widgets ul li a:hover .small {
    color: #f6d365 !important;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.pagination .page-link {
    color: #f6d365;
    border-color: rgba(246, 211, 101, 0.35);
    transition: background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border-width: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: none;
}

.pagination .page-link:hover {
    background-color: rgba(246, 211, 101, 0.12);
    color: #ffffff;
    border-color: rgba(246, 211, 101, 0.75);
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.7),
        12px 18px 34px rgba(0, 0, 0, 0.45);
    transform: translateY(-1px);
}

.pagination .page-item.active .page-link {
    background-color: #f6d365;
    border-color: #f6d365;
    color: #0f0f1a;
    box-shadow:
        4px 4px 0 rgba(184, 134, 11, 0.95),
        12px 18px 34px rgba(0, 0, 0, 0.45);
}

.pagination .page-item.disabled .page-link {
    color: rgba(247, 241, 225, 0.55);
    border-color: rgba(247, 241, 225, 0.18);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: none;
}

.search-box-section {
    background: #0f0f1a;
}

.search-box-section .input-group-lg .form-control {
    border-radius: var(--radius-pill) 0 0 var(--radius-pill);
    padding-inline-start: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(246, 211, 101, 0.28);
    color: #f7f1e1;
    box-shadow: none;
}

.search-box-section .input-group-lg .form-control:focus {
    outline: 2px solid rgba(246, 211, 101, 0.35);
    outline-offset: 2px;
    border-color: rgba(246, 211, 101, 0.65);
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.18),
        0 0 0 4px rgba(75, 42, 131, 0.15);
}

.search-box-section .input-group-lg .btn {
    border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
    background: #4b2a83;
    border: 2px solid rgba(75, 42, 131, 0.85);
    color: #ffffff;
    box-shadow:
        4px 4px 0 rgba(75, 42, 131, 0.65),
        12px 18px 34px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.search-box-section .badge {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border-radius: 2px;
    border: 2px solid rgba(246, 211, 101, 0.2);
    background: rgba(255, 255, 255, 0.03);
    color: #f7f1e1;
}

.search-box-section .badge:hover {
    background-color: #f6d365 !important;
    color: #0f0f1a !important;
    border-color: rgba(246, 211, 101, 0.8) !important;
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.65),
        12px 18px 34px rgba(0, 0, 0, 0.45);
    transform: translateY(-2px);
}

.search-results-section {
    background: #141427;
}

.search-result {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border: 2px solid rgba(246, 211, 101, 0.12);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.02);
}

.search-result:hover {
    transform: translateX(3px);
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.75),
        14px 20px 40px rgba(0, 0, 0, 0.5);
    border-color: rgba(246, 211, 101, 0.45);
}

.search-result h2 a:hover {
    color: #f6d365 !important;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.search-result mark {
    background-color: rgba(246, 211, 101, 0.95);
    padding-inline: 2px;
    border-radius: 2px;
    font-weight: 700;
    color: #0f0f1a;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.error-page h1 {
    background: linear-gradient(135deg, #f6d365 0%, #4b2a83 55%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1;
    text-shadow:
        4px 4px 0 rgba(75, 42, 131, 0.55),
        0 18px 60px rgba(75, 42, 131, 0.35);
}

.recommended-links .badge {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border: 2px solid rgba(246, 211, 101, 0.35);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.02);
    color: #f7f1e1;
}

.recommended-links .badge:hover {
    background-color: #f6d365 !important;
    color: #0f0f1a !important;
    border-color: rgba(246, 211, 101, 0.85) !important;
    transform: translateY(-2px);
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.7),
        12px 18px 34px rgba(0, 0, 0, 0.45);
}

.recommended-links .badge:hover .text-warning {
    color: #4b2a83 !important;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}

.legal-article-section,
main:has(> .container > article.bg-white) {
    background: linear-gradient(180deg, #0f0f1a 0%, #141427 100%);
}

article :is(h2.h4) {
    color: #f6d365;
    border-bottom: 2px solid rgba(246, 211, 101, 0.75);
    padding-bottom: var(--space-xs);
    margin-bottom: var(--space-sm);
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
}

article .alert-info {
    background-color: rgba(59, 130, 246, 0.14);
    border-color: rgba(59, 130, 246, 0.35);
    color: #eaf2ff;
    border-radius: 2px;
    box-shadow:
        4px 4px 0 rgba(59, 130, 246, 0.25),
        0 18px 60px rgba(59, 130, 246, 0.10);
}

article .list-group-item {
    background: rgba(255, 255, 255, 0.02);
    transition: background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), padding-left 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border-radius: 2px;
    border: 2px solid rgba(246, 211, 101, 0.10);
    color: rgba(247, 241, 225, 0.92);
}

article .list-group-item:hover {
    background: rgba(255, 255, 255, 0.04);
    padding-inline-start: var(--space-sm);
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.35),
        12px 18px 34px rgba(0, 0, 0, 0.35);
    border-color: rgba(246, 211, 101, 0.35);
}

.posts-grid {
    /* Container nếu cần */
}

.posts-grid .card {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border: 2px solid rgba(246, 211, 101, 0.12);
    overflow: hidden;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.02);
}

.posts-grid .card:hover {
    transform: translateY(-5px);
    box-shadow:
        4px 4px 0 rgba(184, 134, 11, 0.9),
        14px 20px 40px rgba(0, 0, 0, 0.5);
    border-color: rgba(246, 211, 101, 0.6);
}

.posts-grid .card-img-top {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.15s cubic-bezier(0.2, 0.8, 0.2, 1);
    filter: saturate(1.05) contrast(1.04);
}

.posts-grid .card:hover .card-img-top {
    transform: scale(1.05);
    filter: saturate(1.12) contrast(1.06);
}

.posts-grid .card-title a {
    transition: color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), text-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    color: rgba(247, 241, 225, 0.95);
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}

.posts-grid .card-title a:hover {
    color: #f6d365 !important;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.related-posts h3 {
    border-bottom: 3px solid rgba(246, 211, 101, 0.85);
    padding-bottom: var(--space-xs);
    display: inline-block;
    color: #f6d365;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.related-card {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border: 2px solid rgba(246, 211, 101, 0.12);
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow:
        4px 4px 0 rgba(75, 42, 131, 0.9),
        14px 20px 40px rgba(0, 0, 0, 0.5);
    border-color: rgba(246, 211, 101, 0.45);
}

.related-card img {
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.15s cubic-bezier(0.2, 0.8, 0.2, 1);
    filter: saturate(1.05) contrast(1.04);
}

.related-card:hover img {
    transform: scale(1.05);
    filter: saturate(1.12) contrast(1.06);
}

.social-share .btn {
    min-width: 40px;
    transition: transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.15s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    border-radius: 2px;
    border: 2px solid rgba(246, 211, 101, 0.25);
    box-shadow: none;
    background: rgba(255, 255, 255, 0.02);
    color: #f7f1e1;
}

.social-share .btn:hover {
    transform: translateY(-2px);
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.75),
        12px 18px 34px rgba(0, 0, 0, 0.45);
    border-color: rgba(246, 211, 101, 0.55);
}

.social-share [data-copy-url].copied {
    background-color: #f6d365;
    color: #0f0f1a;
    border-color: #f6d365;
    border-style: solid;
    box-shadow:
        4px 4px 0 rgba(184, 134, 11, 0.95),
        12px 18px 34px rgba(0, 0, 0, 0.45);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(246, 211, 101, 0.12);
    color: #f6d365;
    box-shadow: none;
    border-radius: 2px;
    border: 2px solid rgba(246, 211, 101, 0.25);
}

.accordion-button:focus {
    box-shadow:
        0 0 0 4px rgba(246, 211, 101, 0.18),
        4px 4px 0 rgba(246, 211, 101, 0.25);
    outline: 2px solid rgba(246, 211, 101, 0.35);
    outline-offset: 2px;
}

.modal-content {
    border: none;
    border-radius: 3px;
    box-shadow:
        4px 4px 0 rgba(75, 42, 131, 0.65),
        18px 30px 70px rgba(0, 0, 0, 0.6),
        inset 0 0 0 1px rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(15, 15, 26, 0.95) 100%);
}

.tooltip-inner {
    background-color: #4b2a83;
    border-radius: 2px;
    font-size: 0.85rem;
    border: 2px solid rgba(246, 211, 101, 0.35);
    box-shadow:
        4px 4px 0 rgba(246, 211, 101, 0.35),
        14px 20px 40px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
    .faq-section h2 {
        font-size: 1.4rem;
    }

    .faq-list .faq-item summary {
        font-size: 0.95rem;
        padding-inline-end: 1.5rem;
    }

    .faq-list .faq-answer {
        font-size: 0.88rem;
    }

    .author-profile h1 {
        font-size: 1.5rem;
    }

    .author-profile .col-md-3 img {
        width: 120px !important;
        height: 120px !important;
    }

    .error-page h1 {
        font-size: 5rem !important;
    }

    .search-box-section .input-group-lg .form-control,
    .search-box-section .input-group-lg .btn {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .related-posts .row > [class*="col-"] {
        margin-bottom: var(--space-sm);
    }

    .pagination .page-link {
        padding: 0.4rem 0.7rem;
        font-size: 0.9rem;
    }
}