
MAN IN THE ARENA TEE - WHITE
input[type="checkbox"] { position: absolute; left: -100vw; } .accordion .content { overflow-y: hidden; height: 0; transition: height 0.3s ease; } .accordion>input[type="checkbox"]:checked~.content { height: auto; overflow: visible; } .accordion label { display: block; } /* Styling */ .accordion { margin-top: 0.25em; margin-bottom: 1em; /*border: 0.1rem solid rgba(var(--color-foreground),.08);*/ border: none !important; padding: 8px; } .accordion>input[type="checkbox"]:checked~.content { padding: 15px; border: 1px solid #e8e8e8; border-top: 0; } .accordion .handle { margin: 0; font-size: inherit; line-height: 1.2em; } .accordion label { color: #000000; cursor: pointer; font-weight: normal; padding: 15px; background: #e8e8e855; } .accordion label:hover, .accordion label:focus { background: #e8e8e875; } .accordion .handle label:before {