.segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;overflow:hidden}.segmented.thirds{grid-template-columns:repeat(3,minmax(0,1fr))}.segmented button{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:48px;margin:0;padding:10px 8px;border:0;border-radius:0;line-height:1.15;text-align:center}.segmented button+button{border-left:1px solid #2d394b}.segmented button.active+button,.segmented button+button.active{border-left-color:rgb(255 255 255 / 9%)}@media(max-width:370px){.segmented button{min-height:46px;padding-inline:5px;font-size:13px}}
