/* =========================================================
   [termek_reszletek] — Termékadat akkoron
   Összetevők (INCI) + Szállítás & kiszerelés
   Mintázat: fehér kártyák, lágy árnyék, +/– ikon, akkoron.
   ========================================================= */

.modulwoo-termek-reszletek {
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.modulwoo-termek-reszletek__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modulwoo-termek-reszletek__item {
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(43, 58, 37, 0.06);
}

.modulwoo-termek-reszletek__question {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 !important;
    padding: 18px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #26331f !important;
    cursor: pointer;
    text-align: left;
    text-decoration: none !important;
    text-transform: none !important;
    filter: none !important;
    transform: none !important;
    font: 700 14.5px/1.4 "Plus Jakarta Sans", sans-serif;
}

.modulwoo-termek-reszletek__question:hover,
.modulwoo-termek-reszletek__question:focus,
.modulwoo-termek-reszletek__question:focus-visible,
.modulwoo-termek-reszletek__question:active,
.modulwoo-termek-reszletek__item.is-open .modulwoo-termek-reszletek__question,
.modulwoo-termek-reszletek__item.is-open .modulwoo-termek-reszletek__question:hover,
.modulwoo-termek-reszletek__item.is-open .modulwoo-termek-reszletek__question:focus,
.modulwoo-termek-reszletek__item.is-open .modulwoo-termek-reszletek__question:active {
    border: 0 !important;
    outline: 0 !important;
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #26331f !important;
    text-decoration: none !important;
    filter: none !important;
}

.modulwoo-termek-reszletek__question span {
    color: inherit !important;
}

/* + / – ikon: arany szín, a minta szerint. */
.modulwoo-termek-reszletek__icon {
    flex: 0 0 auto;
    color: #c19b5f;
    font: 700 20px/1 "Plus Jakarta Sans", sans-serif;
    min-width: 14px;
    text-align: center;
}

/* Panel: animált magasság-átmenet (height), ahogy a többi akkoronnál. */
.modulwoo-termek-reszletek__panel {
    overflow: hidden;
    opacity: 0;
    transition:
        height 0.34s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.24s ease;
}

.modulwoo-termek-reszletek__item.is-open .modulwoo-termek-reszletek__panel {
    opacity: 1;
}

.modulwoo-termek-reszletek__panel[hidden] {
    display: none;
}

/* Tartalom — a mintának megfelelő szürkés szövegszín, sorköz. */
.modulwoo-termek-reszletek__answer {
    padding: 0 20px 20px;
    color: #6b6657;
    font: 400 13px/1.7 "Plus Jakarta Sans", sans-serif;
    text-wrap: pretty;
}

.modulwoo-termek-reszletek__answer > :first-child {
    margin-top: 0;
}

.modulwoo-termek-reszletek__answer > :last-child {
    margin-bottom: 0;
}

/* WYSIWYG tartalomból érkező listák / bekezdések illesztése. */
.modulwoo-termek-reszletek__answer p {
    margin: 0 0 10px;
}

.modulwoo-termek-reszletek__answer ul,
.modulwoo-termek-reszletek__answer ol {
    margin: 0 0 10px;
    padding-left: 20px;
}

.modulwoo-termek-reszletek__answer li {
    margin: 0 0 4px;
}

@media (max-width: 600px) {
    .modulwoo-termek-reszletek__question {
        padding: 16px 18px !important;
        font-size: 14px;
    }

    .modulwoo-termek-reszletek__answer {
        padding: 0 18px 18px;
        font-size: 12.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .modulwoo-termek-reszletek__panel {
        transition: none;
    }
}
