.author-profile {
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(243,248,255,1) 35%, rgba(255,247,237,0.85) 100%);
    box-shadow: 0 18px 60px rgba(17, 24, 39, 0.08), 0 2px 10px rgba(2, 132, 199, 0.08);
    border-radius: 18px;
}

.author-profile h1 {
    color: #0b3b5a;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75), 0 10px 26px rgba(2, 132, 199, 0.12);
}

.author-profile img.rounded-circle {
    border: 4px solid rgba(255,255,255,0.95);
    box-shadow: 0 18px 35px rgba(2, 132, 199, 0.18), 0 2px 8px rgba(15, 23, 42, 0.12), inset 0 0 0 1px rgba(2, 132, 199, 0.08);
    border-radius: 999px;
    filter: saturate(1.05) contrast(1.02);
}

.author-profile .badge.bg-light {
    background: rgba(2, 132, 199, 0.08) !important;
    color: #0b3b5a !important;
    transition-property: background-color, color, transform, box-shadow, border-color;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border: 1px solid rgba(2, 132, 199, 0.18);
    box-shadow: 0 10px 24px rgba(2, 132, 199, 0.10);
}

.author-profile .badge.bg-light:hover {
    background: linear-gradient(135deg, rgba(29,155,240,1) 0%, rgba(14,116,255,1) 55%, rgba(59,130,246,1) 100%) !important;
    color: rgba(255,255,255,1) !important;
    border-color: rgba(29,155,240,0.65) !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(29,155,240,0.25), 0 2px 10px rgba(15, 23, 42, 0.12);
}

.author-box {
    border-inline-start: 6px solid #ff6b6b;
    border-radius: 14px;
    transition-property: box-shadow, border-color, transform, background;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.10);
}

.author-box:hover {
    box-shadow: 0 24px 60px rgba(255, 107, 107, 0.22), 0 8px 22px rgba(2, 132, 199, 0.16), 0 1px 0 rgba(255,255,255,0.6) inset;
    transform: translateY(-2px);
    border-inline-start-color: #ff9f43;
}

.author-box img {
    transition-property: transform, filter;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    filter: saturate(1.03);
}

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

.author-posts-list .card {
    transition-property: transform, box-shadow, border-color;
    transition-duration: 540ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.07);
}

.author-posts-list .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(2, 132, 199, 0.22), 0 12px 28px rgba(59, 130, 246, 0.18), 0 1px 0 rgba(255,255,255,0.65) inset;
    border-color: rgba(59, 130, 246, 0.45);
}

.author-posts-list .card-img-top {
    transition-property: transform, filter;
    transition-duration: 720ms;
    transition-timing-function: 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.18) contrast(1.05);
}

.main-authors-section {
    background: radial-gradient(1200px 420px at 15% -10%, rgba(59,130,246,0.22) 0%, rgba(59,130,246,0) 55%), radial-gradient(900px 360px at 90% 0%, rgba(255,159,67,0.22) 0%, rgba(255,159,67,0) 55%), linear-gradient(180deg, rgba(248,250,252,1) 0%, rgba(255,255,255,1) 60%, rgba(246,245,255,1) 100%);
    border-radius: 18px;
    box-shadow: 0 18px 70px rgba(2, 132, 199, 0.10);
}

.author-card {
    transition-property: transform, box-shadow, border-color, background;
    transition-duration: 540ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border: 1px solid rgba(59, 130, 246, 0.18);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.author-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 34px 90px rgba(59,130,246,0.28), 0 16px 40px rgba(2, 132, 199, 0.16), 0 1px 0 rgba(255,255,255,0.7) inset;
    border-color: rgba(255,107,107,0.55);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(240,253,250,1) 55%, rgba(255,247,237,1) 100%);
}

.author-card img.rounded-circle {
    border: 3px solid rgba(255,255,255,0.92);
    transition-property: border-color, box-shadow, transform;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border-radius: 999px;
    box-shadow: 0 16px 40px rgba(255, 107, 107, 0.16), 0 2px 10px rgba(15, 23, 42, 0.12);
}

.author-card:hover img.rounded-circle {
    border-color: #3b82f6;
    box-shadow: 0 22px 60px rgba(59,130,246,0.26), 0 2px 10px rgba(15, 23, 42, 0.12);
    transform: translateY(-1px);
}

.faq-section {
    background: linear-gradient(180deg, rgba(234,247,255,1) 0%, rgba(255,255,255,1) 58%, rgba(255,247,237,0.9) 100%);
    border-radius: 18px;
    box-shadow: 0 18px 70px rgba(15, 23, 42, 0.07);
}

.faq-section h2 {
    font-size: 1.75rem;
    color: #0b3b5a;
    text-shadow: 0 10px 26px rgba(59, 130, 246, 0.12);
}

.faq-list .faq-item {
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition-property: box-shadow, transform, border-color, background;
    transition-duration: 540ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    cursor: pointer;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.faq-list .faq-item:hover {
    box-shadow: 0 18px 46px rgba(2, 132, 199, 0.18), 0 10px 26px rgba(15, 23, 42, 0.10) !important;
    transform: translateY(-3px);
    border-color: rgba(59, 130, 246, 0.35);
}

.faq-list .faq-item[open] {
    border-color: rgba(59, 130, 246, 0.35);
    background: linear-gradient(90deg, rgba(59,130,246,0.12) 0%, rgba(255,255,255,1) 60%, rgba(255,159,67,0.12) 100%);
    box-shadow: 0 26px 70px rgba(59,130,246,0.18), 0 10px 26px rgba(255,159,67,0.12);
}

.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: #0b3b5a;
}

.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: #ff6b6b;
    transition-property: transform, color;
    transition-duration: 540ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    line-height: 1;
    text-shadow: 0 10px 24px rgba(255,107,107,0.20);
}

.faq-list .faq-item[open] summary::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
    color: #3b82f6;
    text-shadow: 0 10px 24px rgba(59,130,246,0.20);
}

.faq-list .faq-q-num {
    font-weight: 700;
    font-size: 0.95rem;
    color: #3b82f6;
    text-shadow: 0 10px 22px rgba(59,130,246,0.14);
}

.faq-list .faq-answer {
    font-size: 0.95rem;
    line-height: 1.8;
    animation: faqFadeIn 540ms cubic-bezier(0.2, 0.9, 0.2, 1);
    color: rgba(11, 59, 90, 0.9);
}

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

.sidebar-widgets .card {
    transition-property: box-shadow, transform, background;
    transition-duration: 540ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.sidebar-widgets .card:hover {
    box-shadow: 0 22px 60px rgba(59,130,246,0.20), 0 10px 30px rgba(15, 23, 42, 0.12);
    transform: translateY(-3px);
}

.sidebar-widgets h5 {
    color: #0b3b5a;
    text-shadow: 0 12px 28px rgba(59,130,246,0.10);
}

.sidebar-widgets .badge {
    transition-property: background-color, color, transform, border-color, box-shadow;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    cursor: pointer;
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.18);
    box-shadow: 0 10px 22px rgba(59,130,246,0.10);
}

.sidebar-widgets .badge:hover {
    background-color: #3b82f6 !important;
    color: rgba(255,255,255,1) !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 46px rgba(59,130,246,0.28);
    border-color: rgba(59, 130, 246, 0.55);
}

.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: #ff6b6b !important;
    text-shadow: 0 10px 24px rgba(255,107,107,0.16);
}

.pagination .page-link {
    color: #3b82f6;
    border-color: rgba(59, 130, 246, 0.35);
    transition-property: background-color, color, border-color, box-shadow, transform;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(59,130,246,0.08);
}

.pagination .page-link:hover {
    background-color: rgba(59, 130, 246, 0.10);
    color: #0b3b5a;
    border-color: #ff9f43;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(255,159,67,0.18);
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff9f43 55%, #3b82f6 100%);
    border-color: rgba(255,107,107,0.55);
    color: #fff;
    box-shadow: 0 26px 70px rgba(255,107,107,0.20), 0 16px 40px rgba(59,130,246,0.18);
}

.pagination .page-item.disabled .page-link {
    color: rgba(11, 59, 90, 0.5);
    border-color: rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, rgba(248,250,252,1) 0%, rgba(255,255,255,1) 100%);
    box-shadow: none;
}

.search-box-section {
    background: linear-gradient(180deg, rgba(234,247,255,1) 0%, rgba(248,250,252,1) 55%, rgba(255,247,237,0.8) 100%);
    border-radius: 18px;
    box-shadow: 0 18px 70px rgba(15, 23, 42, 0.07);
}

.search-box-section .input-group-lg .form-control {
    border-radius: 999px 0 0 999px;
    padding-inline-start: 1.5rem;
    border: 1px solid rgba(59, 130, 246, 0.25);
    background: rgba(255,255,255,0.92);
    box-shadow: 0 12px 28px rgba(59,130,246,0.10);
    color: #0b3b5a;
}

.search-box-section .input-group-lg .btn {
    border-radius: 0 999px 999px 0;
    border: 1px solid rgba(255, 107, 107, 0.35);
    background: linear-gradient(135deg, rgba(255,107,107,1) 0%, rgba(255,159,67,1) 55%, rgba(59,130,246,1) 100%);
    color: rgba(255,255,255,1);
    box-shadow: 0 22px 50px rgba(255,107,107,0.18), 0 10px 26px rgba(59,130,246,0.14);
    transition-property: transform, box-shadow, filter;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
}

.search-box-section .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 28px 70px rgba(59,130,246,0.22), 0 18px 50px rgba(255,107,107,0.20);
    filter: saturate(1.05) contrast(1.02);
}

.search-box-section .badge {
    transition-property: background-color, color, border-color, transform, box-shadow;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.22);
    box-shadow: 0 10px 22px rgba(59,130,246,0.10);
}

.search-box-section .badge:hover {
    background-color: #3b82f6 !important;
    color: #fff !important;
    border-color: #3b82f6 !important;
    transform: translateY(-2px);
    box-shadow: 0 22px 60px rgba(59,130,246,0.26);
}

.search-results-section {
    background: radial-gradient(900px 380px at 30% 0%, rgba(255,159,67,0.18) 0%, rgba(255,159,67,0) 55%), radial-gradient(900px 380px at 90% 0%, rgba(59,130,246,0.18) 0%, rgba(59,130,246,0) 55%), linear-gradient(180deg, rgba(248,250,252,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 18px;
    box-shadow: 0 18px 70px rgba(15, 23, 42, 0.07);
}

.search-result {
    transition-property: transform, box-shadow, border-color, background;
    transition-duration: 540ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.search-result:hover {
    transform: translateX(4px);
    box-shadow: 0 26px 70px rgba(59,130,246,0.20), 0 14px 38px rgba(255,159,67,0.12);
    border-color: rgba(59, 130, 246, 0.35);
}

.search-result h2 a:hover {
    color: #ff6b6b !important;
    text-shadow: 0 14px 28px rgba(255,107,107,0.18);
}

.search-result mark {
    background-color: rgba(254, 240, 138, 0.95);
    padding-inline: 2px;
    border-radius: 6px;
    font-weight: 650;
    color: #0b3b5a;
    box-shadow: 0 10px 24px rgba(254,240,138,0.25);
}

.error-page h1 {
    background: linear-gradient(135deg, #3b82f6 0%, #0ea5e9 35%, #ff6b6b 70%, #ff9f43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1;
    text-shadow: 0 18px 60px rgba(59, 130, 246, 0.22), 0 8px 28px rgba(255, 107, 107, 0.12);
    filter: saturate(1.05);
}

.recommended-links .badge {
    transition-property: background-color, color, border-color, transform, box-shadow;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.25);
    box-shadow: 0 12px 28px rgba(59,130,246,0.10);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
}

.recommended-links .badge:hover {
    background-color: #3b82f6 !important;
    color: #fff !important;
    border-color: rgba(59, 130, 246, 0.65) !important;
    transform: translateY(-2px);
    box-shadow: 0 22px 60px rgba(59,130,246,0.28), 0 10px 26px rgba(15, 23, 42, 0.12);
}

.recommended-links .badge:hover .text-warning {
    color: #ff9f43 !important;
    text-shadow: 0 14px 28px rgba(255,159,67,0.18);
}

.legal-article-section,
main:has(> .container > article.bg-white) {
    background: radial-gradient(900px 420px at 10% 0%, rgba(59,130,246,0.16) 0%, rgba(59,130,246,0) 60%), radial-gradient(900px 420px at 95% 0%, rgba(255,159,67,0.14) 0%, rgba(255,159,67,0) 58%), linear-gradient(180deg, rgba(234,247,255,1) 0%, rgba(255,255,255,1) 50%, rgba(248,250,252,1) 100%);
    border-radius: 18px;
    box-shadow: 0 18px 70px rgba(15, 23, 42, 0.07);
}

article :is(h2.h4) {
    color: #0b3b5a;
    border-bottom: 2px solid rgba(255, 107, 107, 0.75);
    text-shadow: 0 12px 28px rgba(255,107,107,0.10);
    padding-bottom: var(--space-xs);
    margin-bottom: var(--space-sm);
}

article .alert-info {
    background-color: rgba(59, 130, 246, 0.10);
    border-color: rgba(59, 130, 246, 0.28);
    color: #0b3b5a;
    box-shadow: 0 12px 28px rgba(59,130,246,0.12);
}

article .list-group-item {
    background: transparent;
    transition-property: background, padding-left;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 14px;
}

article .list-group-item:hover {
    background: linear-gradient(90deg, rgba(59,130,246,0.10) 0%, rgba(255,255,255,1) 55%, rgba(255,159,67,0.10) 100%);
    padding-inline-start: var(--space-sm);
    box-shadow: 0 18px 50px rgba(59,130,246,0.12), 0 10px 26px rgba(15, 23, 42, 0.10);
    border-color: rgba(59, 130, 246, 0.25);
}

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

.posts-grid .card {
    transition-property: transform, box-shadow, border-color, background;
    transition-duration: 540ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border: 1px solid rgba(15, 23, 42, 0.06);
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.posts-grid .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(59,130,246,0.22), 0 14px 40px rgba(255,159,67,0.14);
    border-color: rgba(255, 107, 107, 0.5);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,247,237,1) 55%, rgba(234,247,255,1) 100%);
}

.posts-grid .card-img-top {
    transition-property: transform, filter;
    transition-duration: 720ms;
    transition-timing-function: 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.18) contrast(1.05);
}

.posts-grid .card-title a {
    transition-property: color, text-shadow;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
}

.posts-grid .card-title a:hover {
    color: #ff6b6b !important;
    text-shadow: 0 16px 36px rgba(255,107,107,0.18);
}

.related-posts h3 {
    border-bottom: 3px solid #ff9f43;
    padding-bottom: var(--space-xs);
    display: inline-block;
    text-shadow: 0 16px 36px rgba(255,159,67,0.14);
}

.related-card {
    transition-property: transform, box-shadow, border-color, background;
    transition-duration: 540ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
}

.related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 80px rgba(2, 132, 199, 0.22), 0 14px 40px rgba(255,159,67,0.12);
    border-color: rgba(59, 130, 246, 0.30);
}

.related-card img {
    transition-property: transform, filter;
    transition-duration: 720ms;
    transition-timing-function: 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.18) contrast(1.05);
}

.social-share .btn {
    min-width: 40px;
    transition-property: transform, box-shadow, background, border-color, color, filter;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.18);
    box-shadow: 0 10px 24px rgba(59,130,246,0.10);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
}

.social-share .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 60px rgba(59,130,246,0.22), 0 10px 26px rgba(15, 23, 42, 0.10);
    filter: saturate(1.05);
}

.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 22px 60px rgba(34,197,94,0.26), 0 10px 26px rgba(15, 23, 42, 0.10);
    transition-property: background-color, border-color, box-shadow, transform, color;
    transition-duration: 520ms;
    transition-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(59, 130, 246, 0.10);
    color: #0b3b5a;
    box-shadow: none;
    border-radius: 14px !important;
    border: 1px solid rgba(59, 130, 246, 0.22);
}

.accordion-button:not(.collapsed)::after {
    filter: drop-shadow(0 10px 22px rgba(59,130,246,0.18));
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.18), 0 22px 60px rgba(59,130,246,0.18);
    outline: 2px solid rgba(255, 159, 67, 0.22);
    outline-offset: 2px;
}

.modal-content {
    border: none;
    border-radius: 18px;
    box-shadow: 0 40px 110px rgba(15, 23, 42, 0.28), 0 18px 60px rgba(59,130,246,0.16), 0 2px 10px rgba(2, 132, 199, 0.12);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,250,252,1) 100%);
}

.tooltip-inner {
    background-color: #0b3b5a;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.28);
    border: 1px solid rgba(255,255,255,0.14);
}

@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;
        box-shadow: 0 14px 36px rgba(2, 132, 199, 0.18), 0 2px 10px rgba(15, 23, 42, 0.12);
    }

    .error-page h1 {
        font-size: 5rem !important;
        text-shadow: 0 20px 70px rgba(59, 130, 246, 0.25), 0 10px 30px rgba(255, 107, 107, 0.14);
    }

    .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: 10px;
    }
}