/* Header — Become a Vendor CTA */

header.header-nav.menu_style_home_one .widget_menu_home2.header-utility-nav {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.65rem;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

header.header-nav.menu_style_home_one .widget_menu_home2.header-utility-nav > li {
    align-items: center;
    display: inline-flex;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

header.header-nav.menu_style_home_one .widget_menu_home2.header-utility-nav > li > a:before {
    display: none !important;
}

header.header-nav.menu_style_home_one .widget_menu_home2.header-utility-nav > li > a.header-utility-nav__link,
header.header-nav.menu_style_home_one .widget_menu_home2.header-utility-nav > li > a.header-vendor-cta {
    display: inline-flex !important;
    float: none;
    font-size: inherit;
    font-weight: inherit;
    height: auto;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-transform: none !important;
    vertical-align: middle;
    width: auto;
}

.header-utility-nav__link {
    align-items: center;
    color: #667085;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 600;
    gap: 0.4rem;
    padding: 0.45rem 0.35rem !important;
    text-decoration: none;
    transition: color 0.18s ease;
    white-space: nowrap;
}

.header-utility-nav__link:hover,
.header-utility-nav__link:focus-visible {
    color: #443297;
    outline: none;
}

.header-utility-nav__link i {
    color: #98a2b3;
    font-size: 0.82rem;
}

.header-vendor-cta {
    align-items: center;
    background: linear-gradient(135deg, #f5c34b 0%, #f0b429 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(245, 195, 75, 0.24);
    color: #352678 !important;
    display: inline-flex !important;
    gap: 0.5rem;
    max-width: none;
    min-width: max-content;
    padding: 0.45rem 0.8rem 0.45rem 0.45rem !important;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    white-space: nowrap;
}

.header-vendor-cta:hover,
.header-vendor-cta:focus-visible {
    background: linear-gradient(135deg, #ffd56a 0%, #f5c34b 100%);
    box-shadow: 0 12px 24px rgba(245, 195, 75, 0.3);
    color: #2f216d !important;
    outline: none;
    transform: translateY(-1px);
}

.header-vendor-cta__icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 9px;
    color: #443297;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0.88rem;
    height: 1.85rem;
    justify-content: center;
    width: 1.85rem;
}

.header-vendor-cta__icon i {
    padding-right: 0 !important;
}

.header-vendor-cta__label {
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.header-vendor-cta__arrow {
    flex-shrink: 0;
    font-size: 0.72rem;
    opacity: 0.85;
    padding-right: 0 !important;
    transition: transform 0.18s ease;
}

.header-vendor-cta:hover .header-vendor-cta__arrow,
.header-vendor-cta:focus-visible .header-vendor-cta__arrow {
    transform: translateX(2px);
}

@media (max-width: 1199px) {
    .header-vendor-cta__label {
        font-size: 0.8rem;
    }
}

@media (max-width: 1050px) {
    .header-utility-nav__link span {
        display: none;
    }

    .header-utility-nav__link {
        padding: 0.4rem !important;
    }

    .header-vendor-cta__label,
    .header-vendor-cta__arrow {
        display: none;
    }

    .header-vendor-cta {
        gap: 0;
        min-width: 0;
        padding: 0.4rem !important;
        justify-content: center;
    }

    .header-vendor-cta__icon {
        height: 1.75rem;
        width: 1.75rem;
    }
}

/* Mobile drawer CTA card */
.mobile-menu__vendor-cta-item {
    list-style: none;
    margin: 0 0 0.55rem;
}

.mobile-menu__vendor-cta {
    align-items: center;
    background: linear-gradient(135deg, #443297 0%, #5b44b9 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(68, 50, 151, 0.18);
    color: #fff !important;
    display: flex;
    gap: 0.75rem;
    padding: 0.85rem 0.95rem;
    text-decoration: none !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mobile-menu__vendor-cta:hover,
.mobile-menu__vendor-cta:focus-visible {
    box-shadow: 0 16px 32px rgba(68, 50, 151, 0.24);
    color: #fff !important;
    outline: none;
    transform: translateY(-1px);
}

.mobile-menu__vendor-cta-icon {
    align-items: center;
    background: rgba(245, 195, 75, 0.16);
    border-radius: 12px;
    color: #f5c34b;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.mobile-menu__vendor-cta-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.mobile-menu__vendor-cta-copy strong {
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
}

.mobile-menu__vendor-cta-copy span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.35;
}

.mobile-menu__vendor-cta-arrow {
    color: rgba(255, 255, 255, 0.82);
    flex-shrink: 0;
    font-size: 0.82rem;
}

.stylehome1.mm-menu .mobile-menu__vendor-cta-item {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0.55rem 0 0.65rem;
    overflow: visible;
    padding: 0;
}

@media (prefers-reduced-motion: reduce) {
    .header-vendor-cta,
    .header-vendor-cta__arrow,
    .mobile-menu__vendor-cta {
        transition: none;
    }

    .header-vendor-cta:hover,
    .mobile-menu__vendor-cta:hover {
        transform: none;
    }
}
