.horizontal_container {
    width: 100%;
    padding-top: 8px;
    margin-right: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.horizontal_container_child {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    text-align: start;
    font-size: small;
    border-radius: 8px;
    font-weight: bold;
    color: white;
}

.league_big_image {
    width: 4vmin;
    text-align: left;
    height: 4vmin;
}

.league_current_season {
    font-size: 14px;
    font-weight: normal;
    color: #e0e0e0;
}

.league_fixture_date {
    font-size: smaller;
    font-weight: normal;
    color: #e0e0e0;
}

.league_fixture_time {
    font-size: small;
    font-weight: normal;
    color: white;
}

/* Jdwal Header Aesthetics */
.jdwal_header_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 20px;
    background: #101010;
    border-radius: 16px;
    margin-bottom: 16px;
}

.jdwal_header_logo_wrapper {
    width: 64px;
    height: 64px;
    min-width: 64px;
    position: relative;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(135deg, #7F00FF 0%, #00E5FF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.jdwal_header_logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
    background-color: #252525;
    padding: 4px;
}

.jdwal_header_titles {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jdwal_header_title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF !important;
    letter-spacing: 0.5px;
    margin: 0 !important;
    line-height: 1.2;
}

.jdwal_header_subtitle {
    font-size: 14px;
    color: #999999 !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
    line-height: 1.2;
}
