/* ============================================================
   Product Description Widget — Beps PuroOmega Widgets
   ============================================================ */

.beps-pdesc-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* ── Título ─────────────────────────────────────────────────── */
.beps-pdesc-title {
    margin: 0 0 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #141436;
    line-height: 1.2;
}

/* ── Contenedor truncable ───────────────────────────────────── */
.beps-pdesc-content-wrap {
    overflow: hidden;
    --pdesc-max-h: 72px;
}

.beps-pdesc-content-wrap.is-clamped {
    max-height: var(--pdesc-max-h);
}

/* ── Contenido ──────────────────────────────────────────────── */
.beps-pdesc-content {
    line-height: 1.6;
}

.beps-pdesc-content p {
    margin: 0 0 0.6em;
}

.beps-pdesc-content p:last-child {
    margin-bottom: 0;
}

/* ── Botón Ver más ──────────────────────────────────────────── */
.beps-pdesc-toggle {
    display: inline-block;
    margin-top: 6px;
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    cursor: pointer;
    color: #141436;
    font-size: inherit;
    font-family: inherit;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 2px;
    line-height: inherit;
    transition: none !important;
}
