/* PAGE -- sports_desktop | Auto-extracted */

.sports-container {
    width: 100%;
    height: calc(100vh - 220px);
    min-height: 750px;
    background: #1A2C38;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #2F4553;
    position: relative;
}

.sports-iframe {
    width: 100%;
    height: 100%;
    border: none;
}
