/* Fix header navigation items squishing together */
.elementor-nav-menu {
    display: flex !important;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.elementor-nav-menu a {
    padding: 10px 15px !important;
}

/* Center all buttons in their wrappers */
.elementor-widget-button .elementor-button-wrapper {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    width: 100%;
}
