.tabs{border:1px solid var(--primary-lightest);background:#fff;border-radius:9999px;flex-direction:row;width:100%;display:flex;position:relative}.tabs__item{cursor:pointer;flex:1;align-items:center;display:flex}.tabs__item:is(button){appearance:none;font:inherit;text-align:inherit;background:0 0;border:0;padding:0}.tabs__item[aria-selected=true] .tabs__title{color:#fff;background:var(--primary);font-weight:700}.tabs__input{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tabs__input:checked+.tabs__title{color:#fff;background:var(--primary);font-weight:700}.tabs__title{color:#7a736b;border-radius:9999px;justify-content:center;align-items:center;width:100%;height:46px;font-size:1.2rem;font-weight:500;display:flex}.tabs__icon{margin-right:.4rem}
