.contact-widget-18b14b13-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-widget-18b14b13-container a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.contact-widget-18b14b13-container a:hover {
    opacity: 0.8;
}
.contact-item {
    display: flex;
    align-items: center;
}
.contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; /* Default spacing, can be overridden by Elementor controls */
}
