.tabs{display:flex;justify-content:space-between}.tabs__tab{position:relative}.tabs__tab,.tabs__tab:active,.tabs__tab:focus,.tabs__tab:hover{border-radius:0;color:#000;flex:1;font-weight:700;justify-content:center;margin-right:1px;padding:1.4rem .7rem;text-align:center}.tabs__tab[aria-selected=true]{font-weight:700}.tabs__tab:after{border-bottom:1px solid #e1e7e6;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.tabs__tab[aria-selected=false]:focus:after,.tabs__tab[aria-selected=false]:hover:after,.tabs__tab[aria-selected=true]:after{border-bottom:4px solid}.tabs__content{padding:2.8rem}