.live-dealer__game-col {
    flex: 1 1 279px;
}
/* LIVE DEALER PROVIDER 2 ▼ */

:root {
    --live-dealer-p2-width: 279;
    --live-dealer-p2-height: 400;
}

/* Block */
.live-dealer2 {
    /*max-width: calc(var(--live-dealer-p2-width) * 1px);*/
    aspect-ratio: var(--live-dealer-p2-width) / var(--live-dealer-p2-height);
    position: relative;
    font-family: "Open Sans", sans-serif;
    border-radius: 8px;
    overflow: hidden;
    container-type: size;
    font-size: calc(16 / var(--live-dealer-p2-width) * 100cqw);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6),
    0 0 8px rgba(0, 0, 0, 0.4),
    0 0 12px rgba(0, 0, 0, 0.2);
}

/* Elements */
.live-dealer2__background {
    background: url('/images/casino/bg-live-dealer.png') center/cover no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

.live-dealer2__person {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

.live-dealer2__person-img {
    height: 100%;
    display: block;
    object-fit: contain;
    margin-top: 20%;
    margin-left: 8%;
}

.live-dealer2__info {
    position: relative;
    z-index: 2;
    padding: calc(13 / var(--live-dealer-p2-height) * 100cqh) 0 0 calc(13 / var(--live-dealer-p2-width) * 100cqw);
    line-height: 1.1;
}

.live-dealer2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: calc(130 / var(--live-dealer-p2-width) * 100cqw);
    height: calc(37 / var(--live-dealer-p2-height) * 100cqh);
    font-size: calc(18 / var(--live-dealer-p2-width) * 100cqw);
    font-weight: 700;
    line-height: 1;
    padding: 0 calc(9 / var(--live-dealer-p2-width) * 100cqw);
    box-sizing: border-box;
    color: #fff;
    background-color: #86bb03;
    border: calc(1 / var(--live-dealer-p2-width) * 100cqw) solid #86bb03;
    border-radius: calc(22 / var(--live-dealer-p2-height) * 100cqh);
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.15s, box-shadow 0.15s;
    margin-bottom: 3px;
}

.live-dealer2__button:hover {
    background-color: #6d9902;
    border-color: #6d9902;
}

.live-dealer2__button:active {
    background-color: #587d01;
    border-color: #587d01;
}

.live-dealer2__button:focus {
    outline: 0;
    box-shadow: 0 0 0 calc(4 / var(--live-dealer-p2-width) * 100cqw) rgba(134, 187, 3, 0.5);
}

/* Typography */
.live-dealer2__title,
.live-dealer2__dealer-name {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: calc(28 / var(--live-dealer-p2-width) * 100cqw);
    letter-spacing: 0.02em;
}

.live-dealer2__table-limit-title,
.live-dealer2__dealer-title {
    font-size: min(calc(14 / var(--live-dealer-p2-width) * 100cqw), calc(14 / var(--live-dealer-p2-height) * 100cqh));
    margin-top: calc(30 / var(--live-dealer-p2-height) * 100cqh);
}

.live-dealer2__buttons {
    margin-top: calc(5 / var(--live-dealer-p2-height) * 100cqh);
}

.live-dealer2__icons {
    margin-top: calc(30 / var(--live-dealer-p2-height) * 100cqh);
    gap: calc(4 / var(--live-dealer-p2-width) * 100cqw);
}

.live-dealer2__icon {
    width: calc(16 / var(--live-dealer-p2-width) * 100cqw);
    height: auto;
}

.live-dealer1__seats {
    position: absolute;
    bottom: 10px;
    z-index: 4;
    width: 100%;
}
/* LIVE DEALER 2 ▲ */

/* LIVE DEALER PROVIDER 1 ▼ */
:root {
    --live-dealer-p1-width: 279;
    --live-dealer-p1-height: 400;
}

/* Block */
.live-dealer1 {
    /*max-width: calc(var(--live-dealer-p1-width) * 1px);*/
    aspect-ratio: var(--live-dealer-p1-width) / var(--live-dealer-p1-height);
    position: relative;
    font-family: "Open Sans", sans-serif;
    border-radius: 8px;
    overflow: hidden;
    container-type: size;
    /*font-size: calc(16 / var(--live-dealer-p1-width) * 100cqw);*/
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6),
    0 0 8px rgba(0, 0, 0, 0.4),
    0 0 12px rgba(0, 0, 0, 0.2);
}

/* Elements */
.live-dealer1__background {

    background-repeat: repeat;
    background-size: calc(350 / var(--live-dealer-p1-height) * 100cqh);
    background-position: top center;
    width: 100%;
    height: 100%;
    position: relative;
}

.live-dealer1__person {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
}

.live-dealer1__person-img {
    height: 100%;
    display: block;
    object-fit: contain;
}
.live-dealer1__info {
    position: relative;
    z-index: 2;
    padding:    calc(150 / var(--live-dealer-p1-height) * 100cqh)
                calc(15 / var(--live-dealer-p1-width) * 100cqw)
                calc(15 / var(--live-dealer-p1-width) * 100cqw)
                calc(15 / var(--live-dealer-p1-width) * 100cqw);
    line-height: 1.1;

}
.live-dealer1__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: calc(130 / var(--live-dealer-p1-width) * 100cqw);
    height: calc(37 / var(--live-dealer-p1-height) * 100cqh);
    font-size: calc(18 / var(--live-dealer-p1-width) * 100cqw);
    font-weight: 700;
    line-height: 1;
    padding: 0 calc(9 / var(--live-dealer-p1-width) * 100cqw);
    box-sizing: border-box;
    color: #fff;
    background-color: #86bb03;
    border: calc(1 / var(--live-dealer-p1-width) * 100cqw) solid #86bb03;
    border-radius: calc(22 / var(--live-dealer-p1-height) * 100cqh);
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.15s, box-shadow 0.15s;
    margin-bottom: 3px;
}

.live-dealer1__button:hover {
    background-color: #6d9902;
    border-color: #6d9902;
}

.live-dealer1__button:active {
    background-color: #587d01;
    border-color: #587d01;
}

.live-dealer1__button:focus {
    outline: 0;
    box-shadow: 0 0 0 calc(4 / var(--live-dealer-p1-width) * 100cqw) rgba(134, 187, 3, 0.5);
}

/* Typography */
.live-dealer1__title,
.live-dealer1__dealer-name {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: calc(28 / var(--live-dealer-p1-width) * 100cqw);
    letter-spacing: 0.02em;
}

.live-dealer1__icons--title {
    font-size: min(calc(14 / var(--live-dealer-p1-width) * 100cqw), calc(14 / var(--live-dealer-p1-height) * 100cqh));
    margin-top: calc(15 / var(--live-dealer-p1-height) * 100cqh);
    text-align: center;
    color: white;
}

.live-dealer1__icons {
    margin-top: calc(10 / var(--live-dealer-p1-height) * 100cqh);
    gap: calc(4 / var(--live-dealer-p1-width) * 100cqw);
    display: flex;
    gap: 5px;
    justify-content: space-evenly;
}

.live-dealer1__icon {
    width: calc(24 / var(--live-dealer-p1-width) * 100cqw);
    height: auto;
}

.live-dealer1__dealer-title {
    font-size: min(calc(20 / var(--live-dealer-p1-width) * 100cqw), calc(20 / var(--live-dealer-p1-height) * 100cqh));
    margin-top: calc(0 / var(--live-dealer-p1-height) * 100cqh);
}

.live-dealer1__table-limit-title {
    font-size: min(calc(16 / var(--live-dealer-p1-width) * 100cqw), calc(16 / var(--live-dealer-p1-height) * 100cqh));
    margin-top: calc(20 / var(--live-dealer-p1-height) * 100cqh);
}

.live-dealer1__buttons {
    margin-top: calc(5 / var(--live-dealer-p1-height) * 100cqh);
}

.live-dealer1__seats {
    position: absolute;
    bottom: 10px;
    z-index: 4;
    width: 100%;
}

/* LIVE DEALER 1 ▲ */