/* ===== ACF Ekspert Block ===== */

.acf-ekspert-block {
    margin: 2.5em 0;
    padding: 32px 36px;
    background: #f0f6fc;
    border-left: 4px solid #1a6db5;
    border-radius: 10px;
}

/* Placeholder w edytorze */
.acf-ekspert-empty {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: #fafafa;
    border: 2px dashed #d0d5dd;
    border-left: 2px dashed #d0d5dd;
    border-radius: 8px;
    color: #888;
}
.acf-ekspert-empty svg { flex-shrink: 0; color: #aaa; }
.acf-ekspert-empty p   { margin: 0; font-size: 14px; }

/* Cytat */
.acf-ekspert-cytat {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 19px;
    line-height: 1.6;
    font-style: italic;
    color: #1a2b3c;
}
.acf-ekspert-quote-mark {
    display: block;
    margin-bottom: 8px;
    color: #1a6db5;
    opacity: .55;
}
.acf-ekspert-cytat p { margin: 0 0 12px; }
.acf-ekspert-cytat p:last-child { margin-bottom: 0; }

/* Podpis: ekspert + specjalizacja */
.acf-ekspert-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 20px;
    font-style: normal;
}
.acf-ekspert-name {
    font-size: 16px;
    font-weight: 700;
    font-style: normal; /* reset domyślnej kursywy <cite> */
    color: #1a1a1a;
}
.acf-ekspert-spec {
    font-size: 14px;
    color: #5b6b7b;
}

/* Tekst tylko dla czytników ekranu (wizualnie ukryty) */
.acf-ekspert-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 600px) {
    .acf-ekspert-block { padding: 24px 22px; }
    .acf-ekspert-cytat { font-size: 17px; }
}
