/**
 * Wspólne opcje Ediva dla motywu Perenza.
 *
 * Presety zapisują istniejące ustawienia szczegółowe. Ten arkusz odpowiada
 * wyłącznie za nowe opcje, które nie miały wcześniej odpowiedników.
 */

/* Rozmiar logo */
.eh-logo-small .custom-logo {
    max-width: 260px;
    max-height: 64px;
}

.eh-logo-normal .custom-logo {
    max-width: 360px;
    max-height: 86px;
}

.eh-logo-large .custom-logo {
    max-width: 420px;
    max-height: 104px;
}

/* Tryb zajawek */
.eh-excerpt-hidden .post-card-excerpt {
    display: none !important;
}

.eh-excerpt-hidden .post-card-content {
    align-content: start;
}

.eh-excerpt-full .post-card-excerpt {
    font-size: 0.96rem;
    line-height: 1.68;
}

/* Wyraźniejszy fokus we wspólnym wariancie wysokiego kontrastu. */
.eh-preset-high-contrast :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid var(--eh-accent);
    outline-offset: 3px;
}

@media (max-width: 720px) {
    .eh-logo-small .custom-logo {
        max-width: 190px;
        max-height: 50px;
    }

    .eh-logo-normal .custom-logo {
        max-width: 250px;
        max-height: 64px;
    }

    .eh-logo-large .custom-logo {
        max-width: 310px;
        max-height: 76px;
    }
}

/* ===== EDITORIAL HUB 0.1.15: INDEPENDENT LIGHT LOGO PLATE ===== */
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 35, 45, 0.12);
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(15, 35, 45, 0.06);
    isolation: isolate;
}

.custom-logo-link .custom-logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

@media (max-width: 720px) {
    .custom-logo-link {
        padding: 8px 10px;
    }
}
/* ===== END EDITORIAL HUB 0.1.15 ===== */
