/**
 * Hero Contact Actions Styles
 */

@media (min-width: 992px) {
    .hero-contact-icon-wrapper,
    .hero-buttons-container {
        margin-top: 0 !important;
    }
    .hero-contact-icon-wrapper {
        margin-right: 1.5rem;
    }
    .hero-buttons-container .hero-contact-button-wrapper:first-child {
        margin-left: 0 !important;
    }
}

.hero-contact-button-wrapper {
    z-index: 1;
    position: relative;
    margin-bottom: 0.25rem;
}

.hero-contact-button-wrapper:nth-of-type(n+3) {
    @media (max-width: 1199.98px) {
        display: none !important;
    }
}

.hero-contact .icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin-right: 8px;
    vertical-align: middle;
}

/* Dropdown alignment and width matching */
.hero-contact-button-wrapper .dropdown {
    display: inline-block;
    width: 100%;
}

.hero-contact-button-wrapper .dropdown-menu {
    z-index: 1050;
    min-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0.25rem 0;
    text-align: center;
}

.hero-contact-button-wrapper .dropdown-item {
    font-size: 0.9rem;
    padding: 0.4rem 0.5rem;
}