/* Custom overrides for Elementor social icons */
.elementor-icon.elementor-social-icon {
    border-radius: 50% !important; /* Force circular shape */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    /* Explicitly set square dimensions to override calc based values */
    width: 40px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    min-width: 40px !important;
    min-height: 40px !important;
}

.elementor-social-icon i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}
