body,html{height:100%;margin:0}.court_not_found_page{width:100%;height:100vh;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.not-found-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:-1}.not-found-content{text-align:center;color:white;font-size:60%;font-weight:700;position:relative;z-index:1;background:rgba(0,0,0,.6);padding:20px;border-radius:10px}.not-found-content h1{color:white}.not-found-content button{margin-top:20px;padding:12px 24px;font-size:1rem;border:none;background:#000000;color:white;cursor:pointer;border-radius:5px;transition:background .3s ease}.not-found-content button:hover{background:#000000}.venue-court-wrapper{overflow-x:auto;overflow-y:auto}.venue-court-container{display:flex;flex-direction:column;width:100%;gap:15px}.venue-court-combo{background-color:var(--bg-color);display:flex;flex-direction:row;gap:10px;width:100%;max-height:400px;border:1px solid #ddd;border-radius:8px;overflow-x:auto;overflow-y:auto}.venue-court-summary{font-size:1em;font-weight:700;background-color:var(--fourth-color);border-radius:8px;min-width:200px;flex-shrink:0}.venue-court-summary__line{color:var(--text-color);margin-left:5px;padding:10px}.venue-court-info{color:var(--text-color);display:flex;align-items:flex-start;gap:12px;padding:5px;font-size:.75rem}.venue-court-image-container{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:120px}.venue-court-image{width:100%;max-height:30px;object-fit:contain;transform:rotate(90deg);margin-bottom:10px}:root[data-theme=dark] .venue-court-image{filter:invert(1) brightness(2)}.venue-court-name{font-weight:700;text-align:center}.venue-court-details p{margin:0;width:100px}