.author-profile {
    background: linear-gradient(135deg, #0b0b16 0%, #141427 45%, var(--color-bg-soft, #0f0f1a) 100%);
}

.author-profile h1 {
    color: var(--color-primary-darker, #e0c06a);
    text-shadow: 0 10px 40px rgba(224, 192, 106, 0.18);
}

.author-profile img.rounded-circle {
    border: 4px solid rgba(255, 255, 255, 0.92);
    box-shadow:
        0 14px 45px rgba(0, 0, 0, 0.45),
        0 6px 16px rgba(224, 192, 106, 0.16),
        inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.author-profile .badge.bg-light {
    background: rgba(245, 246, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    transition: background-color var(--transition-fast, 220ms) cubic-bezier(0.2, 0.9, 0.2, 1), color var(--transition-fast, 220ms) cubic-bezier(0.2, 0.9, 0.2, 1), border-color var(--transition-fast, 220ms) cubic-bezier(0.2, 0.9, 0.2, 1), transform var(--transition-fast, 220ms) cubic-bezier(0.2, 0.9, 0.2, 1);
}

.author-profile .badge.bg-light:hover {
    background: linear-gradient(135deg, rgba(224, 192, 106, 1) 0%, rgba(121, 67, 219, 0.95) 100%) !important;
    color: #fff !important;
    border-color: rgba(224, 192, 106, 0.85) !important;
    transform: translateY(-1px);
}

.author-box {
    border-inline-start: 4px solid rgba(224, 192, 106, 0.95);
    transition: box-shadow var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), transform var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), border-color var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
}

.author-box:hover {
    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.55),
        0 10px 25px rgba(121, 67, 219, 0.18),
        0 2px 10px rgba(224, 192, 106, 0.14);
    transform: translateY(-2px);
}

.author-box img {
    transition: transform var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1);
}

.author-box:hover img {
    transform: scale(1.05);
}

.author-posts-list .card {
    transition: transform var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), border-color var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    border-radius: 20px;
    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.25),
        0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.author-posts-list .card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.6),
        0 14px 30px rgba(121, 67, 219, 0.22),
        0 6px 16px rgba(224, 192, 106, 0.16);
}

.author-posts-list .card-img-top {
    transition: transform var(--transition-slow, 550ms) cubic-bezier(0.2, 0.9, 0.2, 1), filter var(--transition-slow, 550ms) cubic-bezier(0.2, 0.9, 0.2, 1);
    filter: saturate(1.05) contrast(1.02);
}

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

.main-authors-section {
    background: radial-gradient(1100px 420px at 50% -10%, rgba(224, 192, 106, 0.14) 0%, rgba(121, 67, 219, 0.12) 35%, rgba(15, 15, 26, 0.98) 100%), var(--color-bg-soft, #0f0f1a);
}

.author-card {
    transition: transform var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), border-color var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow:
        0 12px 38px rgba(0, 0, 0, 0.28),
        0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.author-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 32px 85px rgba(0, 0, 0, 0.62),
        0 16px 35px rgba(224, 192, 106, 0.16),
        0 10px 25px rgba(121, 67, 219, 0.22);
    border-color: rgba(224, 192, 106, 0.45);
}

.author-card img.rounded-circle {
    border: 3px solid rgba(255, 255, 255, 0.22);
    transition: border-color var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow:
        0 10px 26px rgba(0, 0, 0, 0.32),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.author-card:hover img.rounded-circle {
    border-color: rgba(224, 192, 106, 0.95);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.45),
        0 8px 18px rgba(224, 192, 106, 0.18);
}

.faq-section {
    background: radial-gradient(900px 360px at 50% 0%, rgba(224, 192, 106, 0.16) 0%, rgba(121, 67, 219, 0.12) 40%, rgba(255, 255, 255, 0.9) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, #0f0f1a 100%);
    border-radius: 28px;
}

.faq-section h2 {
    font-size: 1.75rem;
    color: var(--color-primary-darker, #e0c06a);
    text-shadow: 0 10px 40px rgba(121, 67, 219, 0.22);
}

.faq-list .faq-item {
    border: 1px solid rgba(255, 255, 255, 0.13);
    transition: transform var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), border-color var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), background var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    cursor: pointer;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.faq-list .faq-item:hover {
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5) !important, 0 10px 28px rgba(121, 67, 219, 0.22) !important;
    transform: translateY(-2px);
    border-color: rgba(224, 192, 106, 0.35);
}

.faq-list .faq-item[open] {
    border-color: rgba(224, 192, 106, 0.45);
    background: linear-gradient(90deg, rgba(224, 192, 106, 0.16) 0%, rgba(255, 255, 255, 0.07) 100%);
    box-shadow:
        0 26px 80px rgba(0, 0, 0, 0.55),
        0 10px 30px rgba(224, 192, 106, 0.16);
}

.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;
}

.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: rgba(224, 192, 106, 0.95);
    text-shadow: 0 8px 30px rgba(224, 192, 106, 0.25);
    transition: transform var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), color var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    line-height: 1;
}

.faq-list .faq-item[open] summary::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
    color: rgba(121, 67, 219, 0.95);
}

.faq-list .faq-q-num {
    font-weight: 700;
    font-size: 0.95rem;
    color: rgba(224, 192, 106, 0.95);
    text-shadow: 0 10px 35px rgba(224, 192, 106, 0.2);
}

.faq-list .faq-answer {
    font-size: 0.95rem;
    line-height: 1.8;
    animation: faqFadeIn var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    color: rgba(255, 255, 255, 0.82);
}

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

.sidebar-widgets .card {
    transition: all var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 22px;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.sidebar-widgets .card:hover {
    box-shadow:
        0 24px 75px rgba(0, 0, 0, 0.55),
        0 14px 35px rgba(121, 67, 219, 0.18);
}

.sidebar-widgets h5 {
    color: var(--color-primary-darker, #e0c06a);
    text-shadow: 0 10px 35px rgba(121, 67, 219, 0.18);
}

.sidebar-widgets .badge {
    transition: all var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    cursor: pointer;
    border-radius: 999px;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.sidebar-widgets .badge:hover {
    background-color: rgba(121, 67, 219, 0.95) !important;
    color: white !important;
    border-color: rgba(121, 67, 219, 0.95) !important;
    transform: translateY(-1px);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.4),
        0 10px 25px rgba(224, 192, 106, 0.14);
}

.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: var(--color-primary, #e0c06a) !important;
    text-shadow: 0 10px 30px rgba(224, 192, 106, 0.18);
}

.pagination .page-link {
    color: rgba(224, 192, 106, 0.95);
    border-color: rgba(255, 255, 255, 0.18);
    transition: transform var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), background-color var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), color var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), border-color var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.pagination .page-link:hover {
    background-color: rgba(224, 192, 106, 0.14);
    color: rgba(121, 67, 219, 0.95);
    border-color: rgba(224, 192, 106, 0.6);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
}

.pagination .page-item.active .page-link {
    background-color: rgba(121, 67, 219, 0.98);
    border-color: rgba(121, 67, 219, 0.98);
    color: #fff;
    box-shadow:
        0 28px 85px rgba(0, 0, 0, 0.55),
        0 10px 30px rgba(224, 192, 106, 0.18);
}

.pagination .page-item.disabled .page-link {
    color: rgba(255, 255, 255, 0.45);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.search-box-section {
    background: radial-gradient(800px 320px at 50% 0%, rgba(224, 192, 106, 0.12) 0%, rgba(121, 67, 219, 0.10) 42%, rgba(15, 15, 26, 0.98) 100%), var(--color-bg-soft, #0f0f1a);
}

.search-box-section .input-group-lg .form-control {
    border-radius: var(--radius-pill, 999px) 0 0 var(--radius-pill, 999px);
    padding-inline-start: 1.5rem;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 14px 45px rgba(0, 0, 0, 0.26),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.search-box-section .input-group-lg .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.search-box-section .input-group-lg .btn {
    border-radius: 0 var(--radius-pill, 999px) var(--radius-pill, 999px) 0;
    background: linear-gradient(135deg, rgba(224, 192, 106, 0.98) 0%, rgba(121, 67, 219, 0.96) 100%);
    color: #fff;
    border: 1px solid rgba(224, 192, 106, 0.55);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.45),
        0 10px 28px rgba(121, 67, 219, 0.18);
    transition: transform var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), filter var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1);
}

.search-box-section .badge {
    transition: all var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
}

.search-box-section .badge:hover {
    background-color: rgba(224, 192, 106, 0.98) !important;
    color: #fff !important;
    border-color: rgba(224, 192, 106, 0.9) !important;
    transform: translateY(-1px);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.42),
        0 10px 25px rgba(121, 67, 219, 0.18);
}

.search-results-section {
    background: radial-gradient(900px 420px at 20% 0%, rgba(121, 67, 219, 0.12) 0%, rgba(15, 15, 26, 0.98) 55%), var(--color-bg, #0f0f1a);
}

.search-result {
    transition: transform var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), border-color var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), background var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
}

.search-result:hover {
    transform: translateX(3px);
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.55),
        0 10px 30px rgba(224, 192, 106, 0.14);
}

.search-result h2 a:hover {
    color: var(--color-primary, #e0c06a) !important;
    text-shadow: 0 10px 30px rgba(224, 192, 106, 0.18);
}

.search-result mark {
    background-color: rgba(224, 192, 106, 0.28);
    color: rgba(255, 255, 255, 0.95);
    padding-inline: 2px;
    border-radius: 8px;
    font-weight: 700;
    box-shadow:
        0 10px 35px rgba(224, 192, 106, 0.15),
        inset 0 0 0 1px rgba(224, 192, 106, 0.35);
}

.error-page h1 {
    background: linear-gradient(135deg, rgba(224, 192, 106, 1) 0%, rgba(121, 67, 219, 0.98) 60%, rgba(59, 130, 246, 0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1;
    text-shadow:
        0 10px 45px rgba(121, 67, 219, 0.22),
        0 6px 22px rgba(224, 192, 106, 0.18);
}

.recommended-links .badge {
    transition: all var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.86);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.recommended-links .badge:hover {
    background-color: rgba(121, 67, 219, 0.98) !important;
    color: #fff !important;
    border-color: rgba(121, 67, 219, 0.95) !important;
    transform: translateY(-2px);
    box-shadow:
        0 26px 80px rgba(0, 0, 0, 0.55),
        0 14px 35px rgba(224, 192, 106, 0.16);
}

.recommended-links .badge:hover .text-warning {
    color: rgba(224, 192, 106, 0.98) !important;
    text-shadow: 0 10px 30px rgba(224, 192, 106, 0.22);
}

.legal-article-section,
main:has(> .container > article.bg-white) {
    background: radial-gradient(1000px 420px at 50% 0%, rgba(224, 192, 106, 0.10) 0%, rgba(121, 67, 219, 0.10) 40%, rgba(15, 15, 26, 0.98) 100%), var(--color-bg-soft, #0f0f1a);
}

article :is(h2.h4) {
    color: rgba(224, 192, 106, 0.98);
    border-bottom: 2px solid rgba(224, 192, 106, 0.55);
    padding-bottom: var(--space-xs);
    margin-bottom: var(--space-sm);
    text-shadow: 0 10px 35px rgba(224, 192, 106, 0.18);
}

article .alert-info {
    background-color: rgba(59, 130, 246, 0.14);
    border-color: rgba(59, 130, 246, 0.35);
    color: rgba(235, 245, 255, 0.98);
    box-shadow:
        0 18px 55px rgba(59, 130, 246, 0.14),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

article .list-group-item {
    background: transparent;
    transition: all var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    border-color: rgba(255, 255, 255, 0.12) !important;
}

article .list-group-item:hover {
    background: rgba(255, 255, 255, 0.06);
    padding-inline-start: var(--space-sm);
    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

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

.posts-grid .card {
    transition: transform var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), border-color var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    overflow: hidden;
    border-radius: 22px;
    box-shadow:
        0 12px 38px rgba(0, 0, 0, 0.24),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.posts-grid .card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 28px 85px rgba(0, 0, 0, 0.6),
        0 16px 35px rgba(121, 67, 219, 0.22),
        0 10px 28px rgba(224, 192, 106, 0.14);
    border-color: rgba(224, 192, 106, 0.55);
}

.posts-grid .card-img-top {
    transition: transform var(--transition-slow, 550ms) cubic-bezier(0.2, 0.9, 0.2, 1), filter var(--transition-slow, 550ms) cubic-bezier(0.2, 0.9, 0.2, 1);
    filter: saturate(1.05) contrast(1.02);
}

.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 var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), text-shadow var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1);
}

.posts-grid .card-title a:hover {
    color: var(--color-primary, #e0c06a) !important;
    text-shadow: 0 10px 30px rgba(224, 192, 106, 0.18);
}

.related-posts h3 {
    border-bottom: 3px solid rgba(224, 192, 106, 0.7);
    padding-bottom: var(--space-xs);
    display: inline-block;
    text-shadow: 0 10px 35px rgba(224, 192, 106, 0.18);
}

.related-card {
    transition: transform var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1), border-color var(--transition-base, 280ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 22px;
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.55),
        0 12px 30px rgba(224, 192, 106, 0.14);
    border-color: rgba(224, 192, 106, 0.5);
}

.related-card img {
    transition: transform var(--transition-slow, 550ms) cubic-bezier(0.2, 0.9, 0.2, 1), filter var(--transition-slow, 550ms) cubic-bezier(0.2, 0.9, 0.2, 1);
    filter: saturate(1.05) contrast(1.02);
}

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

.social-share .btn {
    min-width: 40px;
    transition: transform var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), background-color var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), color var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1), border-color var(--transition-fast, 220ms) cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 999px;
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.social-share .btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.55),
        0 12px 30px rgba(121, 67, 219, 0.18);
}

.social-share [data-copy-url].copied {
    background-color: rgba(34, 197, 94, 0.95);
    color: #fff;

    border-color: rgba(34, 197, 94, 0.95);
    box-shadow:
        0 26px 85px rgba(0, 0, 0, 0.55),
        0 14px 35px rgba(34, 197, 94, 0.18);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(59, 130, 246, 0.12);
    color: rgba(224, 192, 106, 0.95);
    box-shadow: none;
    border-radius: 18px;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 192, 106, 0.18);
    outline: 1px solid rgba(224, 192, 106, 0.22);
    outline-offset: 2px;
}

.modal-content {
    border: none;
    border-radius: 26px;
    box-shadow:
        0 40px 120px rgba(0, 0, 0, 0.7),
        0 20px 60px rgba(121, 67, 219, 0.22),
        0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.tooltip-inner {
    background-color: rgba(121, 67, 219, 0.95);
    border-radius: 14px;
    font-size: 0.85rem;
    box-shadow:
        0 18px 55px rgba(0, 0, 0, 0.55),
        0 10px 30px rgba(224, 192, 106, 0.18);
}

@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;
        border-radius: 12px;
    }
}