.author-profile{
    background: linear-gradient(135deg,#ffffff 0%,#fff6e6 100%);
}
.author-profile h1{
    color:#0b2a4a;
}
.author-profile img.rounded-circle{
    border:4px solid #ffffff;
    border-radius:2px;
    box-shadow:4px 4px 0 #d9e7ff,8px 8px 18px rgba(2,26,58,.18);
}
.author-profile .badge.bg-light{
    background:#fff6e6 !important;
    color:#0b2a4a !important;
    border:2px solid #ffd39a;
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
}
.author-profile .badge.bg-light:hover{
    background:#0b5fff !important;
    color:#ffffff !important;
    border-color:#0b5fff !important;
    transform:translateY(-1px);
}

.author-box{
    border-inline-start:4px solid #ff3b30;
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
}
.author-box:hover{
    box-shadow:4px 4px 0 #ff3b30,10px 10px 22px rgba(255,59,48,.18);
}
.author-box img{
    transition:transform 0.15s cubic-bezier(.2,.8,.2,1);
}
.author-box:hover img{
    transform:scale(1.05);
}

.author-posts-list .card{
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    overflow:hidden;
    border-radius:2px;
    border:2px solid #e9eef6;
}
.author-posts-list .card:hover{
    transform:translateY(-5px);
    box-shadow:4px 4px 0 #1d4ed8,10px 10px 26px rgba(29,78,216,.22);
    border-color:#1d4ed8;
}
.author-posts-list .card-img-top{
    transition:transform 0.2s cubic-bezier(.2,.8,.2,1);
}
.author-posts-list .card:hover .card-img-top{
    transform:scale(1.05);
}

.main-authors-section{
    background:#0b2a4a;
}
.main-authors-section{
    background:linear-gradient(90deg,#0b2a4a 0%,#07203b 100%);
}
.author-card{
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    border:2px solid rgba(255,255,255,.14);
    border-radius:2px;
    background:#0f3156;
}
.author-card:hover{
    transform:translateY(-8px);
    box-shadow:4px 4px 0 #ff3b30,12px 12px 28px rgba(255,59,48,.18);
    border-color:#ff3b30;
}
.author-card img.rounded-circle{
    border:3px solid #0b2a4a;
    border-radius:2px;
    transition:border-color 0.15s cubic-bezier(.2,.8,.2,1);
    box-shadow:0 0 0 2px rgba(255,255,255,.06);
}
.author-card:hover img.rounded-circle{
    border-color:#ffcc00;
}

.faq-section{
    background:linear-gradient(180deg,#fff6e6 0%,#ffffff 100%);
    border-top:3px solid #ffcc00;
    border-bottom:3px solid #1d4ed8;
}
.faq-section h2{
    font-size:1.75rem;
    color:#0b2a4a;
    text-shadow:1px 1px 0 rgba(255,204,0,.25);
}

.faq-list .faq-item{
    border:2px solid rgba(2,26,58,.08);
    border-radius:2px;
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    cursor:pointer;
    background:#ffffff;
}
.faq-list .faq-item:hover{
    box-shadow:4px 4px 0 rgba(29,78,216,1),10px 10px 22px rgba(29,78,216,.14) !important;
    transform:translateY(-2px);
    border-color:#1d4ed8;
}
.faq-list .faq-item[open]{
    border-color:rgba(29,78,216,.55);
    background:linear-gradient(90deg,#eaf2ff 0%,#ffffff 100%);
    box-shadow:4px 4px 0 rgba(29,78,216,.55),10px 10px 22px rgba(29,78,216,.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;
}
.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:800;
    color:#ff3b30;
    transition:transform 0.15s cubic-bezier(.2,.8,.2,1);
    line-height:1;
    text-shadow:1px 1px 0 rgba(0,0,0,.06);
}
.faq-list .faq-item[open] summary::after{
    content:'−';
    transform:translateY(-50%) rotate(180deg);
}

.faq-list .faq-q-num{
    font-weight:800;
    font-size:0.95rem;
    color:#1d4ed8;
}

.faq-list .faq-answer{
    font-size:0.95rem;
    line-height:1.8;
    animation:faqFadeIn 0.15s cubic-bezier(.2,.8,.2,1);
}
@keyframes faqFadeIn{
    from{
        opacity:0;
        transform:translateY(-5px);
        filter:saturate(0.9);
    }
    to{
        opacity:1;
        transform:translateY(0);
        filter:saturate(1);
    }
}

.sidebar-widgets .card{
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    border-radius:2px;
    border:2px solid rgba(2,26,58,.08);
}
.sidebar-widgets .card:hover{
    box-shadow:4px 4px 0 #1d4ed8,10px 10px 24px rgba(29,78,216,.14);
    border-color:#1d4ed8;
}
.sidebar-widgets h5{
    color:#0b2a4a;
    text-shadow:1px 1px 0 rgba(255,204,0,.18);
}
.sidebar-widgets .badge{
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    cursor:pointer;
    border-radius:2px;
    border:2px solid rgba(255,255,255,.0);
    background:#fff6e6;
    color:#0b2a4a;
}
.sidebar-widgets .badge:hover{
    background-color:#0b5fff !important;
    color:#ffffff !important;
    border-color:#0b5fff !important;
    transform:translateY(-1px);
    box-shadow:4px 4px 0 #0b5fff;
}
.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:#ff3b30 !important;
}

.pagination .page-link{
    color:#1d4ed8;
    border-color:#1d4ed8;
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    border-radius:2px;
    border-style:solid;
    border-width:2px;
}
.pagination .page-link:hover{
    background-color:#fff6e6;
    color:#0b2a4a;
    border-color:#0b5fff;
    box-shadow:4px 4px 0 rgba(11,95,255,.95);
}
.pagination .page-item.active .page-link{
    background-color:#1d4ed8;
    border-color:#1d4ed8;
    color:#ffffff;
    box-shadow:4px 4px 0 rgba(29,78,216,1);
}
.pagination .page-item.disabled .page-link{
    color:rgba(11,42,74,.55);
    border-color:rgba(2,26,58,.12);
    background:#ffffff;
}

.search-box-section{
    background:linear-gradient(180deg,#fff6e6 0%,#ffffff 100%);
    border-top:3px solid #ffcc00;
}
.search-box-section .input-group-lg .form-control{
    border-radius:var(--radius-pill) 0 0 var(--radius-pill);
    padding-inline-start:1.5rem;
    border:2px solid #1d4ed8;
    border-right:0;
    background:#ffffff;
    box-shadow:4px 4px 0 rgba(29,78,216,.18);
}
.search-box-section .input-group-lg .btn{
    border-radius:0 var(--radius-pill) var(--radius-pill) 0;
    border:2px solid #1d4ed8;
    border-left:0;
    background:#1d4ed8;
    color:#ffffff;
    box-shadow:4px 4px 0 rgba(29,78,216,1);
}
.search-box-section .badge{
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    border-radius:2px;
    border:2px solid rgba(29,78,216,.15);
    background:#fff6e6;
    color:#0b2a4a;
}
.search-box-section .badge:hover{
    background-color:#1d4ed8 !important;
    color:#ffffff !important;
    border-color:#1d4ed8 !important;
    transform:translateY(-1px);
    box-shadow:4px 4px 0 rgba(29,78,216,1);
}

.search-results-section{
    background:#ffffff;
    border-top:3px solid #1d4ed8;
}
.search-results-section{
    background:linear-gradient(180deg,#ffffff 0%,#fff6e6 100%);
}
.search-result{
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    border-radius:2px;
    border:2px solid rgba(2,26,58,.08);
    background:#ffffff;
}
.search-result:hover{
    transform:translateX(3px);
    box-shadow:4px 4px 0 rgba(255,59,48,1),10px 10px 26px rgba(255,59,48,.14);
    border-color:#ff3b30;
}
.search-result h2 a:hover{
    color:#ff3b30 !important;
    text-shadow:1px 1px 0 rgba(0,0,0,.05);
}
.search-result mark{
    background-color:#ffe9a3;
    padding-inline:2px;
    border-radius:2px;
    font-weight:700;
    color:#0b2a4a;
    box-shadow:inset 0 0 0 2px rgba(255,204,0,.35);
}

.error-page h1{
    background:linear-gradient(135deg,#ff3b30,#ffcc00);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
    color:transparent;
    line-height:1;
    text-shadow:4px 4px 0 rgba(0,0,0,.08),0 10px 30px rgba(255,59,48,.18);
}
.recommended-links .badge{
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    border:2px solid rgba(2,26,58,.14);
    border-radius:2px;
    background:#ffffff;
    color:#0b2a4a;
}
.recommended-links .badge:hover{
    background-color:#1d4ed8 !important;
    color:#ffffff !important;
    border-color:#1d4ed8 !important;
    transform:translateY(-2px);
    box-shadow:4px 4px 0 rgba(29,78,216,1),10px 10px 26px rgba(29,78,216,.14);
}
.recommended-links .badge:hover .text-warning{
    color:#ffcc00 !important;
    text-shadow:1px 1px 0 rgba(0,0,0,.06);
}

.legal-article-section,
main:has(> .container > article.bg-white){
    background:linear-gradient(180deg,#fff6e6 0%,#ffffff 100%);
    border-top:3px solid #ffcc00;
}
article :is(h2.h4){
    color:#0b2a4a;
    border-bottom:2px solid #ff3b30;
    padding-bottom:var(--space-xs);
    margin-bottom:var(--space-sm);
    text-shadow:1px 1px 0 rgba(255,59,48,.12);
}
article .alert-info{
    background-color:#eaf2ff;
    border-color:#93c5fd;
    color:#0b2a4a;
    border-radius:2px;
    box-shadow:4px 4px 0 rgba(29,78,216,.12);
}
article .list-group-item{
    background:transparent;
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    border-radius:2px;
    border:2px solid rgba(2,26,58,.06);
}
article .list-group-item:hover{
    background:#fff6e6;
    padding-inline-start:var(--space-sm);
    box-shadow:4px 4px 0 rgba(255,204,0,.65);
    border-color:#ffcc00;
}

.posts-grid .card{
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    border:2px solid rgba(2,26,58,.12);
    overflow:hidden;
    border-radius:2px;
    background:#ffffff;
}
.posts-grid .card:hover{
    transform:translateY(-5px);
    box-shadow:4px 4px 0 rgba(29,78,216,1),12px 12px 26px rgba(29,78,216,.16);
    border-color:#1d4ed8;
}
.posts-grid .card-img-top{
    transition:transform 0.2s cubic-bezier(.2,.8,.2,1);
}
.posts-grid .card:hover .card-img-top{
    transform:scale(1.05);
}
.posts-grid .card-title a{
    transition:color 0.15s cubic-bezier(.2,.8,.2,1);
    color:#0b2a4a;
}
.posts-grid .card-title a:hover{
    color:#1d4ed8 !important;
    text-shadow:1px 1px 0 rgba(29,78,216,.18);
}

.related-posts h3{
    border-bottom:3px solid #ff3b30;
    padding-bottom:var(--space-xs);
    display:inline-block;
    text-shadow:1px 1px 0 rgba(255,59,48,.12);
}
.related-card{
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    border-radius:2px;
    border:2px solid rgba(2,26,58,.10);
    background:#ffffff;
}
.related-card:hover{
    transform:translateY(-5px);
    box-shadow:4px 4px 0 rgba(255,59,48,1),10px 10px 26px rgba(255,59,48,.14);
    border-color:#ff3b30;
}
.related-card img{
    transition:transform 0.2s cubic-bezier(.2,.8,.2,1);
}
.related-card:hover img{
    transform:scale(1.05);
}

.social-share .btn{
    min-width:40px;
    transition:all 0.15s cubic-bezier(.2,.8,.2,1);
    border-radius:2px;
    border:2px solid rgba(2,26,58,.12);
    background:#ffffff;
    color:#0b2a4a;
    box-shadow:none;
}
.social-share .btn:hover{
    transform:translateY(-2px);
    box-shadow:4px 4px 0 rgba(29,78,216,1),10px 10px 22px rgba(29,78,216,.12);
    border-color:#1d4ed8;
}
.social-share [data-copy-url].copied{
    background-color:#16a34a;
    color:#ffffff;

    border-color:#16a34a;
    box-shadow:4px 4px 0 rgba(22,163,74,1),10px 10px 22px rgba(22,163,74,.14);
    opacity:1;
}

.accordion-button:not(.collapsed){
    background-color:#eaf2ff;
    color:#0b2a4a;
    box-shadow:none;
    border-radius:2px;
    border:2px solid rgba(2,26,58,.08);
}
.accordion-button:focus{
    box-shadow:0 0 0 0.2rem rgba(29,78,216,.22);
    border-color:#1d4ed8;
}

.modal-content{
    border:none;
    border-radius:2px;
    box-shadow:4px 4px 0 rgba(0,0,0,.18),18px 18px 45px rgba(2,26,58,.22);
    background:linear-gradient(180deg,#ffffff 0%,#fff6e6 100%);
}

.tooltip-inner{
    background-color:#0b2a4a;
    border-radius:2px;
    font-size:0.85rem;
    box-shadow:4px 4px 0 rgba(255,204,0,.22),10px 10px 22px rgba(0,0,0,.18);
    border:2px solid rgba(255,255,255,.12);
}

@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-width:4px;
        border-radius:2px;
    }
    .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-width:2px;
    }
}