.tabs{background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.12);display:flex;justify-content:space-between}.tabs__tab{position:relative}.tabs__tab,.tabs__tab:active,.tabs__tab:focus,.tabs__tab:hover{border-radius:4px;flex:1;justify-content:center;margin:6px;padding:8px 16px;text-align:center}.tabs__tab[aria-selected=true]{font-weight:700}.tabs__content{padding:2.8rem}