.cyonect-contact {
    --cyonect-contact-icon-size: 32px;
    --cyonect-contact-gap: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;

    /* fix editor overlay: move to center */

    > .elementor-element-overlay {
        inset-block-end: 0;
        inset-inline-start: 0;
    }

    > .elementor-element:not(.cyonect-contact-header) {
        margin-left: calc(var(--cyonect-contact-icon-size) + var(--cyonect-contact-gap));
    }

    p {
        margin-bottom: .25em;
    }
}
