.input-options{display:flex;width:100%;flex-direction:column;gap:1rem}.label{font-weight:400}.buttons{justify-content:flex-start;gap:.5rem}.button,.buttons{display:flex;flex-direction:row;align-items:center}.button{border:1px solid #dadcdc;border-radius:4px;padding:12px;gap:8px;cursor:pointer}.button.selected{background-color:#f2f6de;border-color:#93a22b}.court-card{height:-moz-fit-content;height:fit-content;width:100%;cursor:pointer;overflow:hidden;border-radius:.5rem;box-shadow:0 3px 4px 0 hsla(163,3%,46%,.2);max-width:450px}.court-card-image{position:relative;display:flex;height:12rem;width:100%;flex-direction:column;align-items:center;justify-content:flex-end;color:#fff}.court-card-image.full-height{height:100%}.court-card-bg-black{position:absolute;top:0;left:0;z-index:-10;height:100%;width:100%;background:linear-gradient(180deg,rgba(14,17,16,0) 61.96%,rgba(14,17,16,.8)),linear-gradient(0deg,rgba(14,17,16,0) 78.8%,rgba(14,17,16,0) 78.81%,rgba(14,17,16,.2))}