.acf-contact-widget.acf-contact-horizontal {
    display: flex;
    flex-direction: column;
}

.acf-contact-widget.acf-contact-vertical {
    display: flex;
}

.acf-contact-item:last-child {
    margin-right: 0px !important;
}

.acf-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.acf-contact-icon {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Kolumna z ikoną */
.acf-contact-icon-wrapper {
    min-width: 48px;      /* możesz ustawić 48px, 64px, lub auto — zależnie od potrzeb */
    display: flex;
    justify-content: center;
    align-items: center;
}

.acf-contact-text-group > * {
    margin: 2px 0;
}
.acf-beforetitle-block,
.acf-aftertitle-block {
    display: block;
    margin: 5px 0;
}



