.author-profile{
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,249,255,1) 55%, rgba(236,246,255,1) 100%);
}
.author-profile h1{
    color: #0b2a4a;
}
.author-profile img.rounded-circle{
    border: 4px solid rgba(255,255,255,1);
    box-shadow:
        0 18px 40px rgba(13,35,63,0.10),
        0 6px 14px rgba(13,35,63,0.08),
        0 2px 0 rgba(255,255,255,0.9);
}
.author-profile .badge.bg-light{
    background: rgba(248,250,252,0.9) !important;
    color: #20415f !important;
    transition: background-color 260ms cubic-bezier(0.22,1,0.36,1), color 260ms cubic-bezier(0.22,1,0.36,1), transform 260ms cubic-bezier(0.22,1,0.36,1), box-shadow 260ms cubic-bezier(0.22,1,0.36,1) !important;
}
.author-profile .badge.bg-light:hover{
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 55%, #3b82f6 100%) !important;
    color: rgba(255,255,255,1) !important;
    transform: translateY(-1px);
    box-shadow:
        0 14px 30px rgba(37,99,235,0.22),
        0 6px 14px rgba(37,99,235,0.16);
}

/* ============================================
   2. Author Box (AuthorBoxSection)
   ============================================ */
.author-box{
    border-inline-start: 4px solid #ff3d8d;
    transition: box-shadow 260ms cubic-bezier(0.22,1,0.36,1), transform 260ms cubic-bezier(0.22,1,0.36,1), border-color 260ms cubic-bezier(0.22,1,0.36,1), background-color 260ms cubic-bezier(0.22,1,0.36,1) !important;
    border-radius: 22px;
}
.author-box:hover{
    box-shadow:
        0 26px 70px rgba(255,61,141,0.12),
        0 14px 34px rgba(11,42,74,0.12),
        0 6px 16px rgba(11,42,74,0.08),
        inset 0 1px 0 rgba(255,255,255,0.75);
    transform: translateY(-2px);
}
.author-box img{
    transition: transform 520ms cubic-bezier(0.16,1,0.3,1), filter 260ms cubic-bezier(0.22,1,0.36,1) !important;
    border-radius: 18px;
}
.author-box:hover img{
    transform: scale(1.05);
    filter: saturate(1.06) contrast(1.02);
}

/* ============================================
   3. Author Posts List (AuthorPostsListSection)
   ============================================ */
.author-posts-list .card{
    transition: transform 320ms cubic-bezier(0.22,1,0.36,1), box-shadow 320ms cubic-bezier(0.22,1,0.36,1), border-color 320ms cubic-bezier(0.22,1,0.36,1), background-color 320ms cubic-bezier(0.22,1,0.36,1);
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,252,255,1) 100%);
    box-shadow:
        0 14px 34px rgba(11,42,74,0.08),
        0 5px 14px rgba(11,42,74,0.06),
        inset 0 1px 0 rgba(255,255,255,0.75);
}
.author-posts-list .card:hover{
    transform: translateY(-6px);
    box-shadow:
        0 34px 90px rgba(37,99,235,0.16),
        0 18px 44px rgba(11,42,74,0.14),
        0 8px 20px rgba(11,42,74,0.10),
        inset 0 1px 0 rgba(255,255,255,0.85);
    border-color: rgba(37,99,235,0.35);
}
.author-posts-list .card-img-top{
    transition: transform 520ms cubic-bezier(0.16,1,0.3,1), filter 260ms cubic-bezier(0.22,1,0.36,1);
    border-radius: 22px;
}
.author-posts-list .card:hover .card-img-top{
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.02);
}

/* ============================================
   4. Main Authors (MainAuthorsSection)
   ============================================ */
.main-authors-section{
    background: radial-gradient(1200px 520px at 20% -10%, rgba(59,130,246,0.14) 0%, rgba(59,130,246,0) 60%),
                radial-gradient(900px 420px at 90% 0%, rgba(255,61,141,0.12) 0%, rgba(255,61,141,0) 55%),
                rgba(246,250,255,1);
}
.author-card{
    transition: transform 320ms cubic-bezier(0.22,1,0.36,1), box-shadow 320ms cubic-bezier(0.22,1,0.36,1), border-color 320ms cubic-bezier(0.22,1,0.36,1);
    border: 1px solid rgba(13,42,74,0.10);
    border-radius: 26px;
    box-shadow:
        0 18px 44px rgba(11,42,74,0.06),
        0 6px 16px rgba(11,42,74,0.05),
        inset 0 1px 0 rgba(255,255,255,0.8);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,252,255,1) 100%);
}
.author-card:hover{
    transform: translateY(-10px);
    box-shadow:
        0 42px 110px rgba(255,61,141,0.12),
        0 22px 60px rgba(37,99,235,0.14),
        0 10px 26px rgba(11,42,74,0.10),
        inset 0 1px 0 rgba(255,255,255,0.9);
    border-color: rgba(255,61,141,0.40);
}
.author-card img.rounded-circle{
    border: 3px solid rgba(246,250,255,1);
    transition: border-color 260ms cubic-bezier(0.22,1,0.36,1), box-shadow 260ms cubic-bezier(0.22,1,0.36,1), transform 260ms cubic-bezier(0.22,1,0.36,1);
    box-shadow:
        0 16px 30px rgba(11,42,74,0.10),
        0 6px 14px rgba(11,42,74,0.08);
}
.author-card:hover img.rounded-circle{
    border-color: #22c55e;
    transform: translateY(-1px);
    box-shadow:
        0 26px 46px rgba(34,197,94,0.16),
        0 10px 22px rgba(11,42,74,0.10);
}

/* ============================================
   5. FAQ (FaqSection) - <details>/<summary>
   ============================================ */
.faq-section{
    background: radial-gradient(900px 420px at 15% 0%, rgba(37,99,235,0.14) 0%, rgba(37,99,235,0) 58%),
                radial-gradient(700px 360px at 85% 20%, rgba(255,61,141,0.12) 0%, rgba(255,61,141,0) 55%),
                linear-gradient(180deg, rgba(246,250,255,1) 0%, rgba(255,255,255,1) 100%);
}
.faq-section h2{
    font-size: 1.75rem;
    color: #082a4a;
}

/* FAQ item */
.faq-list .faq-item{
    border: 1px solid rgba(13,35,63,0.10);
    transition: box-shadow 300ms cubic-bezier(0.22,1,0.36,1), transform 300ms cubic-bezier(0.22,1,0.36,1), background-color 300ms cubic-bezier(0.22,1,0.36,1), border-color 300ms cubic-bezier(0.22,1,0.36,1);
    cursor: pointer;
    border-radius: 22px;
    box-shadow:
        0 14px 30px rgba(11,42,74,0.06),
        inset 0 1px 0 rgba(255,255,255,0.75);
    background: rgba(255,255,255,0.72);
}
.faq-list .faq-item:hover{
    box-shadow:
        0 30px 80px rgba(37,99,235,0.12),
        0 16px 40px rgba(11,42,74,0.10),
        inset 0 1px 0 rgba(255,255,255,0.9) !important;
    transform: translateY(-3px);
    border-color: rgba(37,99,235,0.30);
}
.faq-list .faq-item[open]{
    border-color: rgba(59,130,246,0.28);
    background: linear-gradient(90deg, rgba(239,246,255,1) 0%, rgba(255,255,255,1) 100%);
    box-shadow:
        0 34px 92px rgba(59,130,246,0.12),
        0 18px 48px rgba(11,42,74,0.10),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

/* summary */
.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;
    border-radius: 22px;
}
.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: #3b82f6;
    transition: transform 300ms cubic-bezier(0.22,1,0.36,1);
    line-height: 1;
}
.faq-list .faq-item[open] summary::after{
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

/* Q number */
.faq-list .faq-q-num{
    font-weight: 700;
    font-size: 0.95rem;
    color: #ff3d8d;
}

/* Answer */
.faq-list .faq-answer{
    font-size: 0.95rem;
    line-height: 1.8;
    animation: faqFadeIn 300ms cubic-bezier(0.22,1,0.36,1);
    color: rgba(7,28,54,0.92);
}
@keyframes faqFadeIn{
    from{
        opacity: 0;
        transform: translateY(-6px);
        filter: blur(0.2px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* ============================================
   6. Sidebar Widgets (SidebarWidgetsSection)
   ============================================ */
.sidebar-widgets .card{
    transition: box-shadow 300ms cubic-bezier(0.22,1,0.36,1), transform 300ms cubic-bezier(0.22,1,0.36,1), border-color 300ms cubic-bezier(0.22,1,0.36,1), background-color 300ms cubic-bezier(0.22,1,0.36,1);
    border-radius: 24px;
    box-shadow:
        0 16px 36px rgba(11,42,74,0.06),
        inset 0 1px 0 rgba(255,255,255,0.75);
}
.sidebar-widgets .card:hover{
    box-shadow:
        0 34px 90px rgba(255,61,141,0.12),
        0 18px 46px rgba(11,42,74,0.10);
    transform: translateY(-3px);
}
.sidebar-widgets h5{
    color: #082a4a;
}
.sidebar-widgets .badge{
    transition: background-color 240ms cubic-bezier(0.22,1,0.36,1), color 240ms cubic-bezier(0.22,1,0.36,1), transform 240ms cubic-bezier(0.22,1,0.36,1), box-shadow 240ms cubic-bezier(0.22,1,0.36,1), border-color 240ms cubic-bezier(0.22,1,0.36,1);
    cursor: pointer;
    border-radius: 999px;
}
.sidebar-widgets .badge:hover{
    background-color: #22c55e !important;
    color: rgba(255,255,255,1) !important;
    transform: translateY(-1px);
    box-shadow:
        0 18px 44px rgba(34,197,94,0.22),
        0 10px 24px rgba(11,42,74,0.10);
}
.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: #ff3d8d !important;
}

/* ============================================
   7. Pagination (PaginationSection)
   ============================================ */
.pagination .page-link{
    color: #3b82f6;
    border-color: rgba(59,130,246,0.22);
    transition: background-color 200ms cubic-bezier(0.22,1,0.36,1), color 200ms cubic-bezier(0.22,1,0.36,1), border-color 200ms cubic-bezier(0.22,1,0.36,1), box-shadow 200ms cubic-bezier(0.22,1,0.36,1);
    border-radius: 999px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.85);
}
.pagination .page-link:hover{
    background-color: rgba(239,246,255,1);
    color: #0b2a4a;
    border-color: rgba(37,99,235,0.48);
    box-shadow:
        0 16px 40px rgba(37,99,235,0.12);
}
.pagination .page-item.active .page-link{
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: rgba(255,255,255,1);
    box-shadow:
        0 22px 60px rgba(59,130,246,0.26),
        inset 0 1px 0 rgba(255,255,255,0.45);
}
.pagination .page-item.disabled .page-link{
    color: rgba(20,40,66,0.35);
    border-color: rgba(13,35,63,0.12);
}

/* ============================================
   8. Search Box (SearchBoxSection)
   ============================================ */
.search-box-section{
    background: radial-gradient(900px 420px at 30% -10%, rgba(59,130,246,0.14) 0%, rgba(59,130,246,0) 60%),
                rgba(246,250,255,1);
}
.search-box-section .input-group-lg .form-control{
    border-radius: 999px 0 0 999px;
    padding-inline-start: 1.5rem;
    border-color: rgba(13,35,63,0.12);
    background: rgba(255,255,255,0.9);
    box-shadow:
        0 16px 40px rgba(11,42,74,0.06),
        inset 0 1px 0 rgba(255,255,255,0.9);
}
.search-box-section .input-group-lg .btn{
    border-radius: 0 999px 999px 0;
    border-color: rgba(37,99,235,0.30);
    background: linear-gradient(135deg, rgba(59,130,246,1) 0%, rgba(37,99,235,1) 45%, rgba(29,78,216,1) 100%);
    color: rgba(255,255,255,1);
    box-shadow:
        0 20px 55px rgba(37,99,235,0.24),
        0 10px 26px rgba(11,42,74,0.10),
        inset 0 1px 0 rgba(255,255,255,0.35);
}
.search-box-section .badge{
    transition: background-color 240ms cubic-bezier(0.22,1,0.36,1), color 240ms cubic-bezier(0.22,1,0.36,1), border-color 240ms cubic-bezier(0.22,1,0.36,1), transform 240ms cubic-bezier(0.22,1,0.36,1), box-shadow 240ms cubic-bezier(0.22,1,0.36,1) !important;
    border-radius: 999px;
}
.search-box-section .badge:hover{
    background-color: #ff3d8d !important;
    color: rgba(255,255,255,1) !important;
    border-color: rgba(255,61,141,0.55) !important;
    box-shadow:
        0 20px 60px rgba(255,61,141,0.22),
        0 10px 28px rgba(11,42,74,0.10);
    transform: translateY(-1px);
}

/* ============================================
   9. Search Results (SearchResultsSection)
   ============================================ */
.search-results-section{
    background: radial-gradient(1100px 520px at 10% 0%, rgba(34,197,94,0.12) 0%, rgba(34,197,94,0) 60%),
                rgba(248,250,252,1);
}
.search-result{
    transition: transform 280ms cubic-bezier(0.22,1,0.36,1), box-shadow 280ms cubic-bezier(0.22,1,0.36,1), border-color 280ms cubic-bezier(0.22,1,0.36,1), background-color 280ms cubic-bezier(0.22,1,0.36,1);
    border-radius: 24px;
    box-shadow:
        0 16px 44px rgba(11,42,74,0.06),
        inset 0 1px 0 rgba(255,255,255,0.75);
}
.search-result:hover{
    transform: translateX(5px);
    box-shadow:
        0 36px 100px rgba(59,130,246,0.14),
        0 18px 50px rgba(11,42,74,0.10),
        inset 0 1px 0 rgba(255,255,255,0.9);
    border-color: rgba(59,130,246,0.30);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,252,255,1) 100%);
}
.search-result h2 a:hover{
    color: #22c55e !important;
}
.search-result mark{
    background-color: rgba(253,224,71,0.95);
    padding-inline: 2px;
    border-radius: 6px;
    font-weight: 700;
    color: #0b2a4a;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
}

/* ============================================
   10. Error Page (Error404Section)
   ============================================ */
.error-page h1{
    background: linear-gradient(135deg, #ff3d8d 0%, #3b82f6 55%, #22c55e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1;
    text-shadow:
        0 10px 34px rgba(59,130,246,0.18),
        0 4px 14px rgba(255,61,141,0.14),
        0 2px 0 rgba(255,255,255,0.5);
}
.recommended-links .badge{
    transition: transform 240ms cubic-bezier(0.22,1,0.36,1), background-color 240ms cubic-bezier(0.22,1,0.36,1), color 240ms cubic-bezier(0.22,1,0.36,1), border-color 240ms cubic-bezier(0.22,1,0.36,1), box-shadow 240ms cubic-bezier(0.22,1,0.36,1);
    border: 1px solid rgba(13,35,63,0.16);
    border-radius: 999px;
    background: rgba(255,255,255,0.86);
    box-shadow:
        0 16px 40px rgba(11,42,74,0.06),
        inset 0 1px 0 rgba(255,255,255,0.85);
}
.recommended-links .badge:hover{
    background-color: #3b82f6 !important;
    color: rgba(255,255,255,1) !important;
    border-color: rgba(59,130,246,0.60) !important;
    transform: translateY(-2px);
    box-shadow:
        0 28px 84px rgba(59,130,246,0.22),
        0 14px 40px rgba(11,42,74,0.10);
}
.recommended-links .badge:hover .text-warning{
    color: #22c55e !important;
}

/* ============================================
   11. Legal Article (LegalArticleSection)
   ============================================ */
.legal-article-section,
main:has(> .container > article.bg-white){
    background: radial-gradient(900px 420px at 20% 0%, rgba(255,61,141,0.10) 0%, rgba(255,61,141,0) 60%),
                radial-gradient(900px 420px at 80% 20%, rgba(59,130,246,0.10) 0%, rgba(59,130,246,0) 58%),
                rgba(246,250,255,1);
}
article :is(h2.h4){
    color: #0b2a4a;
    border-bottom: 2px solid rgba(59,130,246,0.20);
    padding-bottom: var(--space-xs);
    margin-bottom: var(--space-sm);
}
article .alert-info{
    background-color: rgba(239,246,255,1);
    border-color: rgba(59,130,246,0.22);
    color: #0b2a4a;
    box-shadow:
        0 18px 48px rgba(37,99,235,0.10),
        inset 0 1px 0 rgba(255,255,255,0.8);
}
article .list-group-item{
    background: transparent;
    transition: background-color 220ms cubic-bezier(0.22,1,0.36,1), padding-inline-start 220ms cubic-bezier(0.22,1,0.36,1), box-shadow 220ms cubic-bezier(0.22,1,0.36,1);
    border-radius: 18px;
}
article .list-group-item:hover{
    background: rgba(246,250,255,1);
    padding-inline-start: var(--space-sm);
    box-shadow:
        0 18px 50px rgba(11,42,74,0.08),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

/* ============================================
   12. Post List (PostListSection - Category page)
   ============================================ */
.posts-grid{
    /* Container nếu cần */
}
.posts-grid .card{
    transition: transform 320ms cubic-bezier(0.22,1,0.36,1), box-shadow 320ms cubic-bezier(0.22,1,0.36,1), border-color 320ms cubic-bezier(0.22,1,0.36,1), background-color 320ms cubic-bezier(0.22,1,0.36,1);
    border: 1px solid rgba(13,35,63,0.12);
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,252,255,1) 100%);
    box-shadow:
        0 18px 50px rgba(11,42,74,0.06),
        0 6px 16px rgba(11,42,74,0.05),
        inset 0 1px 0 rgba(255,255,255,0.8);
}
.posts-grid .card:hover{
    transform: translateY(-6px);
    box-shadow:
        0 44px 120px rgba(255,61,141,0.12),
        0 24px 70px rgba(59,130,246,0.14),
        0 10px 26px rgba(11,42,74,0.10),
        inset 0 1px 0 rgba(255,255,255,0.9);
    border-color: rgba(255,61,141,0.40);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,250,255,1) 100%);
}
.posts-grid .card-img-top{
    transition: transform 520ms cubic-bezier(0.16,1,0.3,1), filter 260ms cubic-bezier(0.22,1,0.36,1);
    border-radius: 22px;
}
.posts-grid .card:hover .card-img-top{
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.02);
}
.posts-grid .card-title a{
    transition: color 180ms cubic-bezier(0.22,1,0.36,1), text-shadow 180ms cubic-bezier(0.22,1,0.36,1);
}
.posts-grid .card-title a:hover{
    color: #ff3d8d !important;
    text-shadow: 0 10px 24px rgba(255,61,141,0.18);
}

/* ============================================
   13. Related Posts (RelatedPostsSection)
   ============================================ */
.related-posts h3{
    border-bottom: 3px solid #22c55e;
    padding-bottom: var(--space-xs);
    display: inline-block;
}
.related-card{
    transition: transform 320ms cubic-bezier(0.22,1,0.36,1), box-shadow 320ms cubic-bezier(0.22,1,0.36,1);
    border-radius: 24px;
    box-shadow:
        0 16px 44px rgba(11,42,74,0.06),
        inset 0 1px 0 rgba(255,255,255,0.75);
}
.related-card:hover{
    transform: translateY(-6px);
    box-shadow:
        0 36px 100px rgba(34,197,94,0.18),
        0 18px 50px rgba(11,42,74,0.10),
        inset 0 1px 0 rgba(255,255,255,0.9);
}
.related-card img{
    transition: transform 520ms cubic-bezier(0.16,1,0.3,1), filter 260ms cubic-bezier(0.22,1,0.36,1);
    border-radius: 22px;
}
.related-card:hover img{
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.02);
}

/* ============================================
   14. Social Share (SocialShareSection)
   ============================================ */
.social-share .btn{
    min-width: 40px;
    transition: transform 240ms cubic-bezier(0.22,1,0.36,1), box-shadow 240ms cubic-bezier(0.22,1,0.36,1), background-color 240ms cubic-bezier(0.22,1,0.36,1), border-color 240ms cubic-bezier(0.22,1,0.36,1), color 240ms cubic-bezier(0.22,1,0.36,1);
    border-radius: 999px;
}
.social-share .btn:hover{
    transform: translateY(-2px);
    box-shadow:
        0 22px 60px rgba(59,130,246,0.18),
        0 12px 30px rgba(11,42,74,0.10);
}
.social-share [data-copy-url].copied{
    background-color: #22c55e;
    color: rgba(255,255,255,1);
    border-color: #22c55e;
    box-shadow:
        0 26px 84px rgba(34,197,94,0.22),
        0 14px 40px rgba(11,42,74,0.10),
        inset 0 1px 0 rgba(255,255,255,0.35);
}

/* ============================================
   15. Bootstrap Accordion override
   ============================================ */
.accordion-button:not(.collapsed){
    background-color: rgba(239,246,255,1);
    color: #0b2a4a;
    box-shadow: none;
    border-radius: 24px;
}
.accordion-button:focus{
    box-shadow: 0 0 0 0.2rem rgba(34,197,94,0.18);
}

/* ============================================
   16. Modal (用于 SocialShare 微信二维码)
   ============================================ */
.modal-content{
    border: none;
    border-radius: 26px;
    box-shadow:
        0 40px 140px rgba(11,42,74,0.28),
        0 18px 60px rgba(59,130,246,0.20),
        0 10px 30px rgba(11,42,74,0.14),
        inset 0 1px 0 rgba(255,255,255,0.85);
}

/* ============================================
   17. Tooltip (Bootstrap)
   ============================================ */
.tooltip-inner{
    background-color: #0b2a4a;
    border-radius: 14px;
    font-size: 0.85rem;
    box-shadow:
        0 18px 60px rgba(11,42,74,0.24),
        inset 0 1px 0 rgba(255,255,255,0.08);
}

/* ============================================
   18. Responsive
   ============================================ */
@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;
        border-radius: 60px !important;
        box-shadow:
            0 16px 30px rgba(11,42,74,0.10),
            0 6px 14px rgba(11,42,74,0.08);
    }
    .error-page h1{
        font-size: 5rem !important;
        text-shadow:
            0 14px 50px rgba(59,130,246,0.20),
            0 8px 22px rgba(255,61,141,0.16);
    }
    .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;
    }
}