.tbac-home-test-links{
    position:relative;
    z-index:20;
    width:100%;
    box-sizing:border-box;
    padding:12px 18px 14px;
    background:#f5eddc;
    border-bottom:1px solid rgba(73,48,25,.22);
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.tbac-home-test-links-inner{
    width:min(1180px,100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(230px,.8fr) minmax(0,2fr);
    align-items:center;
    gap:16px;
}
.tbac-home-test-links-copy{min-width:0}
.tbac-home-test-links-kicker{
    display:block;
    margin:0 0 2px;
    color:#72501f;
    font-size:11px;
    font-weight:800;
    letter-spacing:.09em;
    text-transform:uppercase;
}
.tbac-home-test-links-copy h2{
    margin:0;
    color:#2e2115;
    font-size:20px;
    line-height:1.15;
    font-weight:850;
}
.tbac-home-test-links-copy p{
    margin:4px 0 0;
    color:#5c4b39;
    font-size:13px;
    line-height:1.35;
}
.tbac-home-test-links-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    min-width:0;
}
.tbac-home-test-link{
    display:flex;
    min-width:0;
    min-height:62px;
    padding:10px 13px;
    box-sizing:border-box;
    flex-direction:column;
    justify-content:center;
    text-decoration:none !important;
    border:1px solid #c9ae78;
    border-radius:10px;
    background:#fffdf8;
    box-shadow:0 2px 7px rgba(56,38,18,.09);
    transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}
.tbac-home-test-link:hover,
.tbac-home-test-link:focus-visible{
    transform:translateY(-1px);
    border-color:#85702d;
    box-shadow:0 4px 10px rgba(56,38,18,.14);
    outline:none;
}
.tbac-home-test-link-title{
    color:#2e2115;
    font-size:14px;
    line-height:1.22;
    font-weight:800;
}
.tbac-home-test-link-action{
    margin-top:4px;
    color:#286640;
    font-size:12px;
    line-height:1.2;
    font-weight:800;
}
@media (max-width:900px){
    .tbac-home-test-links-inner{grid-template-columns:1fr;gap:10px}
    .tbac-home-test-links-copy{text-align:center}
}
@media (max-width:680px){
    .tbac-home-test-links{padding:10px 10px 12px}
    .tbac-home-test-links-copy h2{font-size:18px}
    .tbac-home-test-links-copy p{font-size:12px}
    .tbac-home-test-links-grid{grid-template-columns:1fr;gap:8px}
    .tbac-home-test-link{min-height:52px;padding:9px 12px}
}
