/* =========================================================
   [termek_gyik] — Termékszintű GYIK akkoron (fehér kártyák)
   ========================================================= */

.modulwoo-termek-gyik {
    margin-top: 34px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.modulwoo-termek-gyik__title {
    margin: 0 0 16px;
    font: 700 20px/1.35 "Plus Jakarta Sans", sans-serif;
    color: rgb(38, 51, 31);
    letter-spacing: -0.01em;
}

.modulwoo-termek-gyik__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 820px;
}

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

/* ----- Kérdés gomb (erős resetek, mint a gyik.css-ben) ----- */
.modulwoo-termek-gyik .modulwoo-termek-gyik__question {
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 !important;
    padding: 18px 22px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: rgb(38, 51, 31) !important;
    text-align: left;
    text-decoration: none !important;
    text-transform: none !important;
    filter: none !important;
    transform: none;
    font: 700 15px/1.4 "Plus Jakarta Sans", sans-serif;
}

.modulwoo-termek-gyik .modulwoo-termek-gyik__question:hover,
.modulwoo-termek-gyik .modulwoo-termek-gyik__question:focus,
.modulwoo-termek-gyik .modulwoo-termek-gyik__question:focus-visible,
.modulwoo-termek-gyik .modulwoo-termek-gyik__question:active,
.modulwoo-termek-gyik__item.is-open .modulwoo-termek-gyik__question,
.modulwoo-termek-gyik__item.is-open .modulwoo-termek-gyik__question:hover,
.modulwoo-termek-gyik__item.is-open .modulwoo-termek-gyik__question:focus,
.modulwoo-termek-gyik__item.is-open .modulwoo-termek-gyik__question:active {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: rgb(38, 51, 31) !important;
    text-decoration: none !important;
    filter: none !important;
}

.modulwoo-termek-gyik__q-text {
    color: inherit !important;
}

/* ----- Arany + / – ikon (a JS cseréli a tartalmát: + csukva, – nyitva) ----- */
.modulwoo-termek-gyik__icon {
    flex: 0 0 auto;
    color: rgb(193, 155, 95);
    font: 700 20px "Plus Jakarta Sans", sans-serif;
    line-height: 1;
}

/* ----- Válasz panel (animált magasság) ----- */
.modulwoo-termek-gyik__panel {
    overflow: hidden;
    opacity: 0;
    transition:
        height 0.34s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.24s ease;
}

.modulwoo-termek-gyik__item.is-open .modulwoo-termek-gyik__panel {
    opacity: 1;
}

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

.modulwoo-termek-gyik__answer {
    padding: 0 22px 20px;
    color: rgb(107, 102, 87);
    font: 400 14px/1.8 "Plus Jakarta Sans", sans-serif;
}

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

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

/* =========================================================
   Reszponzív
   ========================================================= */
@media (max-width: 600px) {
    .modulwoo-termek-gyik {
        margin-top: 26px;
    }

    .modulwoo-termek-gyik__title {
        font-size: 18px;
    }

    .modulwoo-termek-gyik .modulwoo-termek-gyik__question {
        padding: 16px 18px !important;
        font-size: 14px;
    }

    .modulwoo-termek-gyik__answer {
        padding: 0 18px 18px;
        font-size: 13.5px;
    }
}

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