
    .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 30px 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 */
    @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 (768 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 28px 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% */
            margin-top: 0;
        }
        .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;
        }
    }
    /*------------ DESKTOP (1024px o más) --- */
    @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;
        }
    }
    @media (min-width: 1280px) {
        .slot-launcher-container {
            max-width: 1280px!important;
            padding-left: 0 !important; 
            padding-right: 0 !important; 
        }
    }



    .bp3--section {
        padding: 20px 0;
    }
    
    .bp3-lobbyGames--list .slide {
        aspect-ratio: 1 / 1;
        width: auto;
    }
    .ribbonGames__boxGame::before {
        background-color: rgba(0, 1, 3, 0.3) !important;
    }
    .bp3-lobbyGames--header-title .logo-wrapper {
        display: flex;
        align-items: center;
        height: 40px;
    }
    .bp3-lobbyGames--header-title .logo {
        height: 22px;
        width: 72px;
    }
    .bp3-lobbyGames--header-title .icon {
        padding: 3px;
    }
    
    /* Grid gaps en carruseles
    ---------------------------------------------------------- */
    .bp3-lobbyGames--list {
        column-gap: 16px;
    }
    .bp3-lobbyGames--list.double-row {
        height: 336px;
        row-gap: 16px;
        column-gap: 8px;
    }
    [data-lobby-type="provider"] .bp3-lobbyGames--list {
        column-gap: 8px;
    }
    /* Normalmente el carrusel "destacados" sera de doble fila, pero nos aseguramos que mantenga la separacion correcta aunque no lo sea: */
    #carousel-highlights .bp3-lobbyGames--list {
        column-gap: 8px;
    }
    
    /* Tamaños cards 
    ---------------------------------------------------------- */
    .bp3-lobbyGames--list .bp3-lobbyGames--game-card {
        width: 160px;
        height: 160px;
    }
    .bp3-lobbyGames--list .bp3-lobbyGames--game-card {
        width: 200px;
        height: 200px;
    }
    .bp3-lobbyGames--list.double-row .bp3-lobbyGames--game-card {
        width: 160px;
        height: 160px;
    }
    .bp3-lobbyGames--list .bp3-lobbyGames--game-heart-icon,
    .bp3-lobbyGames--list .bp3-lobbyGames--game-info-icon {
        width: 28px;
        height: 28px;
        padding: 4px;
    }
    
    /* Otros ajustes para carruseles de proveedores 
    ---------------------------------------------------------- */
    [data-lobby-type="provider"] {
        margin: 20px auto;
    }
    [data-lobby-type="provider"] .bp3-lobbyGames--header-title .logo-wrapper {
        padding-bottom: 8px;    
    }
    [data-lobby-type="provider"] .bp3-lobbyGames--header-title .logo {
        height: 48px;
        width: auto;
    }
    [data-lobby-type="provider"] .bp3-lobbyGames--list .bp3-lobbyGames--game-card {
        width: 160px;
        height: 160px;
    }
    
    @media(min-width:1280px) {
        .display-grid-fullwidth {
            grid-column: 1 / 15;
        }
    }
    
    @media (max-width: 768px) {
        .bp3-lobbyGames--list:not(.featured-slots) .bp3-lobbyGames--game-heart-icon,
        .bp3-lobbyGames--list:not(.featured-slots) .bp3-lobbyGames--game-info-icon {
            width: 28px;
            height: 28px;
        }
        .bp3-lobbyGames--list:not(.featured-slots) .bp3-lobbyGames--game-heart-icon img, .bp3-lobbyGames--list:not(.featured-slots) .bp3-lobbyGames--game-info-icon img {
            width: 20px;
            height: 20px;
        }
        /* Grid gaps */
        .bp3-lobbyGames--list {
            column-gap: 12px;
        }
        .bp3-lobbyGames--list.double-row {
            row-gap: 16px;
            column-gap: 12px;
        }
        [data-lobby-type="provider"] .bp3-lobbyGames--list {
            column-gap: 12px;
        }
        #carousel-highlights .bp3-lobbyGames--list {
            column-gap: 12px;
        }
    }
    
    @media(max-width:480px) {
        .bp3--section {
            padding: 20px 0 12px;
        }
        .bp3-lobbyGames--list:not(.featured-slots) .bp3-lobbyGames--game-heart-icon img {
            width: 16px;
            height: 16px;
        }
        /*.bp3-lobbyGames--list,*/
        /*.bp3-lobbyGames--list.double-row,*/
        /*[data-lobby-type="provider"] .bp3-lobbyGames--list {*/
            /*row-gap: 16px;*/
        /*    column-gap: 12px;*/
        /*}*/
        
        .bp3-lobbyGames--list .bp3-lobbyGames--game-card, .bp3-lobbyGames--list.double-row .bp3-lobbyGames--game-card  {
            width: 152px;
            height: 152px;
        }
        [data-lobby-type="provider"] .bp3-lobbyGames--list .bp3-lobbyGames--game-card {
            width: 100px;
            height: 100px;
        }
        /* Grid gaps */
        .bp3-lobbyGames--list {
            column-gap: 12px;
        }
        .bp3-lobbyGames--list.double-row {
            height: 332px;
            row-gap: 12px;
            column-gap: 12px;
        }
        [data-lobby-type="provider"] .bp3-lobbyGames--list {
            column-gap: 12px;
        }
        #carousel-highlights .bp3-lobbyGames--list {
            column-gap: 12px;
        }
    }