/* Contenedor centrado */
.winplay-ilimitado-center {
    width: 100%;              /* 🔴 ya no flex-center */
}

/* Caja EXACTA como Arena Music (full width) */
.winplay-ilimitado-center .c-plan-p__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #fff;
    border: 0.889px solid #E6E6E6;
    border-radius: 12px;

    width: calc(100% - 30px); /* 🔴 estira hasta bordes */
    margin: 10px 15px;        /* 🔴 mismo margen lateral */
    padding: 8px 6px;

    box-sizing: border-box;
}

/* Logo Win Play */
.winplay-ilimitado-center img {
    max-width: 90px;
    margin-bottom: 6px;
}

/* Texto */
.winplay-ilimitado-center p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #1a1a1a;
}
