input{position:absolute;opacity:0;z-index:-1}.custom-tabs{overflow:hidden;box-shadow:0 4px 4px -2px rgba(0,0,0,.5)}.custom-tab{width:100%;color:#fff;overflow:hidden}.custom-tab-label{display:flex;justify-content:space-between;padding:1em;margin:0;background:#191919;font-weight:700;cursor:pointer}.custom-tab-label:hover{background:#000}.custom-tab-label:after{content:"\276F";width:1em;height:1em;text-align:center;transition:all .35s}.custom-tab-content{max-height:0;padding:0 1em;color:#191919;background:#fff;transition:all .35s}.custom-tab-close{display:flex;justify-content:flex-end;padding:1em;font-size:.75em;background:#191919;cursor:pointer}.custom-tab-close:hover,input:checked+.custom-tab-label{background:#000}input:checked+.custom-tab-label:after{transform:rotate(90deg)}input:checked~.custom-tab-content{max-height:calc(100vh + 500px);padding:1em}