.loan-term-tabs{display:flex;gap:8px}
.loan-tab{flex:1;padding:12px 24px;border:1px solid #f0f3f6;border-radius:9999px;text-align:center;cursor:pointer;font-size:16px;color:var(--wp--preset--color--kofe-primary,#013668);background:#fff;font-family:'Schibsted Grotesk',sans-serif;transition:.15s}
.loan-tab.active{background:var(--wp--preset--color--kofe-primary,#013668);color:#fff;border-color:var(--wp--preset--color--kofe-primary,#013668)}