#home-features{text-align:center}#home-features>div{background-color:var(--color-blue-light);flex:1;margin:8px 0;padding:4px}#home-features header{font-weight:700}#home-features svg{font-size:3em}details{border:1px solid var(--color-grey-dark);border-radius:4px;padding:.5em .5em 0;margin:2px 0}summary{cursor:pointer;font-weight:700;margin:-.5em -.5em 0;padding:.5em}details[open]{padding:.5em}details[open] summary{border-bottom:1px solid var(--color-grey-dark);margin-bottom:.5em}#contact-error,#contact-success,form{display:none}form input[type=text],form input[type=email]{line-height:2em;width:100%}form textarea{height:128px;width:100%}#contact-error{background-color:var(--color-red-light)}#contact-success{background-color:var(--color-green-light)}@media only screen and (min-width:680px){#home-courts{column-count:3}#home-features{display:flex;align-items:stretch;gap:8px;justify-content:space-between}#home-features>div{flex:1}}