.ttfp-wrap{
    margin-top:20px;
}

.ttfp-sticky-nav{
    position:sticky;
    top:0;
    z-index:50;
    background:#fff;
    border-bottom:1px solid #d9d9d9;
    padding:0;
    margin-bottom:26px;
}

.ttfp-nav{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:8px;
    padding:8px 0 10px;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
}

.ttfp-nav::-webkit-scrollbar{
    height:6px;
}

.ttfp-nav::-webkit-scrollbar-track{
    background:#e5e5e5;
}

.ttfp-nav::-webkit-scrollbar-thumb{
    background:#777;
    border-radius:10px;
}

.ttfp-tab-link{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:8px;
    min-height:48px;
    padding:0 18px;
    border:1px solid #111;
    background:#1f2429;
    color:#fff !important;
    text-decoration:none !important;
    font-size:15px;
    font-weight:700;
    white-space:nowrap;
    border-radius:4px;
    position:relative;
}

.ttfp-tab-link.active{
    background:#0339A6;
    border-color:#0339A6;
    color:#fff !important;
}

.ttfp-tab-link.active:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-8px;
    height:3px;
    background:#F2CB05;
}

.ttfp-content{
    padding-top:4px;
}

.ttfp-section{
    scroll-margin-top:90px;
    padding:10px 0 34px;
    border-bottom:1px solid #e5e7eb;
}

.ttfp-section h2{
    color:#0339A6;
    font-size:28px;
    line-height:1.25;
    margin:0 0 16px;
}

.ttfp-section h3{
    color:#111827;
    font-size:21px;
    margin:24px 0 10px;
}

.ttfp-section p,
.ttfp-section li{
    font-size:16px;
    line-height:1.8;
}

.ttfp-table-wrap{
    width:100%;
    overflow-x:auto;
    margin:18px 0;
}

.ttfp-table{
    width:100%;
    min-width:650px;
    border-collapse:collapse;
}

.ttfp-table th,
.ttfp-table td{
    border:1px solid #e5e7eb;
    padding:10px 12px;
    vertical-align:top;
}

.ttfp-table th{
    background:#f5f8ff;
    color:#0339A6;
    font-weight:700;
}

.ttfp-section blockquote{
    margin:18px 0;
    padding:14px 16px;
    border-left:4px solid #F2CB05;
    background:#fffbe6;
    border-radius:8px;
}

@media(max-width:768px){
    .ttfp-tab-link{
        min-height:44px;
        padding:0 14px;
        font-size:14px;
    }

    .ttfp-section{
        scroll-margin-top:82px;
    }

    .ttfp-section h2{
        font-size:22px;
    }

    .ttfp-section p,
    .ttfp-section li{
        font-size:15px;
    }
}

.ttfp-tab-link{
    cursor:pointer;
    font-family:inherit;
}

button.ttfp-tab-link{
    appearance:none;
    -webkit-appearance:none;
}
