/* ===============================
   DESBLOQUEAR PPOM (CLAVE)
=============================== */

.ppom-section-collapse {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ESTE ES EL TRUCO REAL */
.ppom-field-wrapper,
.ppom-field-wrapper * {
    display: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ===============================
   CHECKBOX
=============================== */

.ppom-check-input {
    width: 18px !important;
    height: 18px !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* alinear opciones */
.form-check-inline {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

/* texto */
.ppom-label-checkbox {
    font-size: 14px;
    font-weight: 500;
}

/* quitar precio duplicado */
.ppom-option-label-price {
    display: none !important;
}

.form-control-label {
    display: block;
    font-weight: 600;
}

.show_description {
    display: block !important;
    margin-top: 6px;
    font-size: 12px;
    color: #888;
    font-weight: 400;
}