/* =========================================================
   [termek_leiras] / [termek_leiras_tovabb] — Termékleírás intro + folytatás
   A product long description (post_content) első bekezdései (intro),
   majd a görgető link, és a folytatásblokk ugyanazzal a tipográfiával.
   ========================================================= */

.modulwoo-termek-leiras,
.modulwoo-termek-leiras-tovabb {
    margin: 0;
    font: 400 15px / 1.8 "Plus Jakarta Sans", sans-serif;
    color: rgb(84, 84, 74);
}

.modulwoo-termek-leiras p,
.modulwoo-termek-leiras-tovabb p {
    margin: 0 0 1em;
}

.modulwoo-termek-leiras p:last-child,
.modulwoo-termek-leiras-tovabb p:last-child {
    margin-bottom: 0;
}

/* A görgető link az intro bekezdései alatt. Egyszerű, aláhúzott link. */
.modulwoo-termek-leiras__link {
    display: inline-block;
    margin-top: 10px;
    font: 500 15px / 1.4 "Plus Jakarta Sans", sans-serif;
    color: rgb(84, 84, 74);
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.modulwoo-termek-leiras__link:hover {
    color: rgb(40, 40, 36);
}
