/* LTDE Product Features — front office */

/* --- Destacados bajo el título (estilo tarjeta, máx. 5) --- */
.ltde-pf-highlights {
    margin: 0.85rem 0 1.1rem;
}

.ltde-pf-highlights__list {
    display: grid !important;
    gap: 0.75rem;
    list-style: none !important;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ltde-pf-highlights__list > .ltde-pf-highlights__item {
    display: flex !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

.ltde-pf-highlights__list--1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
.ltde-pf-highlights__list--2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.ltde-pf-highlights__list--3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.ltde-pf-highlights__list--4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.ltde-pf-highlights__list--5 { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }

.ltde-pf-highlights__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    min-height: 6.75rem;
    padding: 0.85rem 0.55rem 0.75rem;
    background: #f7f8fa;
    border: 1px solid #e4e8ee;
    border-radius: 10px;
    line-height: 1.3;
    box-sizing: border-box;
}

.ltde-pf-highlights__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 0.45rem;
    color: #2563eb;
    font-size: 1.45rem;
}

.ltde-pf-highlights__icon img {
    max-width: 2rem;
    max-height: 2rem;
    object-fit: contain;
}

.ltde-pf-highlights__label {
    display: block;
    width: 100%;
    font-size: 0.68rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6b7280;
    margin-bottom: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ltde-pf-highlights__value {
    display: block;
    width: 100%;
    font-size: 0.92rem;
    font-weight: 700;
    color: #111827;
    word-break: break-word;
    line-height: 1.25;
    max-height: 2.6em;
    overflow: hidden;
}

/* --- Tabla de especificaciones completa --- */
.ltde-pf-details {
    margin: 0;
}

.ltde-pf-specs {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.ltde-pf-specs__row:nth-child(even) {
    background: #f9fafb;
}

.ltde-pf-specs__row:not(:last-child) .ltde-pf-specs__name,
.ltde-pf-specs__row:not(:last-child) .ltde-pf-specs__value {
    border-bottom: 1px solid #eef1f5;
}

.ltde-pf-specs__name,
.ltde-pf-specs__value {
    padding: 0.72rem 0.9rem;
    vertical-align: top;
    font-weight: 400;
    text-align: left;
}

.ltde-pf-specs__name {
    width: 38%;
    color: #4b5563;
    font-weight: 500;
    background: transparent;
}

.ltde-pf-specs__name-inner {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.ltde-pf-specs__icon {
    flex: 0 0 auto;
    width: 1.15rem;
    margin-top: 0.1rem;
    text-align: center;
    color: #2563eb;
    font-size: 0.95rem;
    line-height: 1;
}

.ltde-pf-specs__icon img {
    max-width: 1rem;
    max-height: 1rem;
    vertical-align: middle;
}

.ltde-pf-specs__label {
    flex: 1 1 auto;
    line-height: 1.35;
}

.ltde-pf-specs__value {
    width: 62%;
    color: #111827;
    font-weight: 600;
    line-height: 1.45;
    word-break: break-word;
}

/* Valores largos (GPSR, fabricante…) más legibles */
.ltde-pf-specs__value {
    font-size: 0.95rem;
}

@media (max-width: 991px) {
    .ltde-pf-highlights__list--4,
    .ltde-pf-highlights__list--5 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .ltde-pf-highlights__list--3,
    .ltde-pf-highlights__list--4,
    .ltde-pf-highlights__list--5 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .ltde-pf-highlights__item {
        min-height: 6.25rem;
    }
}

@media (max-width: 575px) {
    .ltde-pf-specs,
    .ltde-pf-specs tbody,
    .ltde-pf-specs tr,
    .ltde-pf-specs th,
    .ltde-pf-specs td {
        display: block;
        width: 100%;
    }

    .ltde-pf-specs__name {
        width: 100%;
        padding-bottom: 0.25rem;
        border-bottom: 0 !important;
    }

    .ltde-pf-specs__value {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0.85rem;
    }

    .ltde-pf-specs__row:not(:last-child) .ltde-pf-specs__value {
        border-bottom: 1px solid #eef1f5;
    }
}

@media (max-width: 420px) {
    .ltde-pf-highlights__list--2,
    .ltde-pf-highlights__list--3,
    .ltde-pf-highlights__list--4,
    .ltde-pf-highlights__list--5 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
