/*
 * Ajustări de conținut — feedback client SITE_VERIF (10.09.2026)
 *
 * 1. Textul lung aliniat stânga-dreapta („Justify peste tot").
 * 2. „Vezi mai mult" pe mobil pentru descrierile lungi. Clasele le pune
 *    assets/js/vezi-mai-mult.js, doar sub 768 px; pe desktop nu se aplică nimic.
 * 3. Popup-ul hărților de etaj nu mai lasă un rând gol când pinul n-are descriere.
 */

/* 1. Justify */
.text-image .text .inner p,
.text-columns .inner-col p,
.faq-answer p {
    text-align: justify;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* 2. Vezi mai mult */
.aqua-restrans-corp {
    overflow: hidden;
}

.aqua-restrans .aqua-restrans-corp {
    max-height: 14em;
    -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}

.aqua-vezi-mai-mult {
    display: inline-block;
    margin: 0.25em 0 1.25em;
    padding: 0.25em 0;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.aqua-vezi-mai-mult:focus-visible {
    outline: 2px solid var(--av-orange, #F17631);
    outline-offset: 3px;
}

/* 3. Popup hărți */
.aq-bd:empty {
    display: none;
}
