.main {
    background: var(--Bases-Dark-Gray, #2D2D2D);
    /*top: 100px;*/
}

.gameIframeContainer {
    height: auto;
    min-height: 80svh;
    max-height: 82svh;
}

.bp3--section {
    margin: 0;
}

.bplay25-btn-slot {
    height: 40px!important;
    font-family: 'Inter';
    font-size: var(--Size-Medium, 14px)!important;
}

.bplay25-btn-slot:active,
.bplay25-btn-slot:hover {
    color: var(--Bases-Light-Gray, #ECECEC);
    background: var(--Principales-Verde-secundario, #0CAB5A);
}

.slot-launcher-container {
    color: var(--Bases-Medium-Light-Gray, #D9D9D9);

    /* Body 2/Regular */
    font-size: var(--Size-Small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.container-padding {
    padding: 24px 16px 16px!important;
}

.slot-fullsize {
    width: 100%;
    justify-items: center;
}

.slot-title {
    font-family: 'Inter';
    color: var(--Bases-Medium-Light-Gray, #D9D9D9);

    /* Body 2/Negrita-SmInter */
    font-size: var(--Size-Medium, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */

    margin-bottom: 16px;
}

.slot-title.title-dsk {
    display: none;
}

.slot-title.title-mb {
    display: block;
}

.slot-info-wrapper {
    display: grid;
    gap: 0;
    font-family: 'Inter';
}

.slot-image-wrapper {
    text-align: center;
    margin-bottom: 24px;
    max-height: fit-content;
}

.slot-image-wrapper img {
    width: 266px;
    height: 266px;
}

.slot-info {
    display: flex;
    padding: 0 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.slot-volatility {
    margin-bottom: 20px;
}

.slot-volatility-title {
    text-align: start;
    
    font-size: var(--Size-Small, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
}

.slot-volatility-icons {
    display: flex;
    gap: 8px;
    margin: 8px auto;
}

.slot-block-icon-wrapper img {
    filter: brightness(1.4);
}

.slot-volatility-icons img.icon-grey {
    filter: grayscale(1)
        brightness(1.2);
}

.slot-volatility-description {
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 14px; /* 140% */

}

.slot-blocks {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.slot-block {
    display: flex;
    width: 54px;
    padding: 2px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    border-radius: unset;
    background-color: transparent;
}

.slot-block-border {
    border-right: 0.8px solid var(--Bases-Medium-Light-Gray, #D9D9D9);
}

.slot-block-icon-wrapper {
    height: 24px;
}

.slot-block-title {
    text-align: center;
    height: 20px;

    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 8px; /* 100% */
}

.slot-block-value {
    color: var(--Principales-Verde-primario, #05E172);
    height:12px;

    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 120% */
}

.slot-description-toggle {
    color: var(--Principales-Verde-Bplay, #04F77C);
    text-align: right;
    margin: 8px 0;

    /* Body 3/Negrita */
    /*.slot-launcher-container*/
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
}

.recomendations {
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 20px;
}

.recomendations h1 {
    /* Body 1/Bold */
    font-size: var(--Size-Big, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    
    padding-bottom: 12px;
    text-align: start;
    color: var(--Bases-Light-Gray, #ECECEC);
    border-bottom: 0.8px solid var(--Principales-Verde-primario, #05E172);
}

.slot-fullscreen-btn {
    display: flex;
    padding: 8px 20px;
    gap: 8px;
    font-size: var(--Size-Medium, 14px);
    height: 40px;
    min-width: 191px;
    margin-left: auto;
    margin-right: auto;
}

.slot-fullscreen-btn:hover,
.slot-fullscreen-btn:active {
    padding: 8px 20px;
}

.slot-fullscreen-btn:hover img,
.slot-fullscreen-btn:active img,
.slot-fullscreen-btn img:hover ,
.slot-fullscreen-btn img:active {
    filter: invert(1);
}

.slot-play-btn {
    display: flex;
    padding: 8px 20px;
    gap: 8px;
    font-size: var(--Size-Medium, 14px);
    width: 266px;
    margin-left: auto;
    margin-right: auto;
}

.slot-play-btn:hover,
.slot-play-btn:active {
    padding: 8px 20px;
}

.slot-play-btn img {
    width: 20px;
    height: 20px;
}

.slot-play-btn:hover img,
.slot-play-btn:active img,
.slot-play-btn img:hover ,
.slot-play-btn img:active {
    filter: invert(1);
}

.bp3-recomended--section {
    justify-content: unset!important;
}
    
/* MOBILE (hasta 480px) 
-------------------------------------- */
@media(max-width:480px) {
    /* pisa el estilo de bp3-lobby-new-buttons-carousel.css */
    .bp3--section-wrapper .display-grid-fullwidth .slide-list,
    .bp3--section-wrapper .display-grid-fullwidth .winners {
        height: 100px!important;
    }
}
/* TABLET (768px o mas) 
-------------------------------------- */
@media (min-width: 768px) {
    .main {
        top: 100px;
    }

    .slot-launcher-container {
        /* Body 2/Regular */
        font-size: var(--Size-Medium, 14px);
    }

    .container-padding {
        padding: 10px 32px 8px !important;
        margin: 0 auto;
    }

    .slot-info {
        padding-left: 24px;
        padding-right: 20px;
    }

    .slot-title.title-dsk {
        display: block;
    }

    .slot-title.title-mb {
        display: none;
    }

    .slot-title {
        font-size: var(--Size-Big, 16px);
        line-height: 24px; /* 150% */
    }

    .slot-info-wrapper {
        grid-template-columns: minmax(200px, 300px) 1fr; /* 2 columnas iguales */
    }

    .slot-play-btn {
        margin-left: unset;
        margin-right: unset;
    }

    .slot-description {
        grid-column: 1 / span 2; /* Ocupa las dos columnas */
    }

    .slot-image-wrapper {
        text-align: start;
        border-right: 1px solid var(--Bases-Light-Gray, #ECECEC);
        width: 290px;
    }

    .slot-volatility-title {
        font-size: var(--Size-Medium, 14px);
        line-height: 20px; /* 142.857% */
    }

    .slot-description p {
        font-size: var(--Size-Medium, 14px);
        line-height: 24px; /* 171.429% */
    }

    .recomendations h1 {
        font-size: var(--Size-Big, 16px);
        line-height: 24px; /* 150% */
        padding: 12px 0;
    }
}
    
/* TABLET (1024px o mas) 
-------------------------------------- */
@media (min-width: 1024px) {
    .slot-launcher-container {
        max-width: 1280px!important;
        margin: 40px auto 0;
        font-size: var(--Size-Medium, 14px);
    }

    .slot-info-wrapper {
        grid-template-columns: minmax(200px, 290px) minmax(200px, 300px) 1fr;
    }

    .slot-info {
        grid-column: auto;
    }

    .slot-description {
        padding: 0 24px;
        border-left: 0.8px solid #D9D9D9;
        grid-column: auto; /* Vuelve a su tamaño normal de 1 columna */
        height: fit-content;
        min-height: 238px;
    }
}