.tab{position:relative}.tab input{position:absolute;opacity:0;z-index:-1}.tab .tab-label{cursor:pointer}.tab .tab-label .icon{display:block}.tab .tab-content{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0, 1, 0, 1)}.tab .tab-close{position:absolute;width:100%;height:100%;opacity:0;z-index:-2;cursor:pointer}.tab input:checked~div .tab-label .icon{transform:rotate(180deg)}.tab input:checked~.tab-content{max-height:100vh;transition:max-height 1s ease-in-out}.tab input:checked~div .tab-close{z-index:0}