﻿.live_betting_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.live_betting_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.live_betting {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.live_betting_iframe_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

.live_betting_iframe {
    width: 100%;
    height: 2160px;
    display: block;
    border: none;
}

.live_betting_page_content_container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    padding: 8px;
}

.live_betting_page_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.live_betting_page_content_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 36px;
}
