.sales-support-trigger{
    position:relative;
    overflow:hidden;
    transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
.sales-support-trigger:hover,
.sales-support-trigger:focus-visible{
    background:linear-gradient(135deg,#ff9a44 0%,#ff5f6d 100%)!important;
    border-color:rgba(255,255,255,.78)!important;
    box-shadow:0 12px 30px rgba(255,95,109,.32)!important;
    transform:translateY(-1px);
}
.sales-support-chevron{display:none!important}
.sales-support-label small{
    order:2;
    font-size:12px!important;
    line-height:1.15!important;
    font-weight:500!important;
    color:rgba(255,255,255,.84)!important;
}
.sales-support-label strong{
    order:1;
    font-size:14px!important;
    line-height:1.15!important;
    font-weight:800!important;
    color:#fff!important;
}
.contact-icon{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:0!important;
}
.contact-icon svg{
    display:block!important;
    width:18px!important;
    height:18px!important;
    margin:0!important;
    transform:none!important;
}
.sales-support-links a[href*="wa.me"] .contact-icon{
    border:0!important;
    border-radius:0!important;
    color:#16a34a!important;
    background:transparent!important;
}
.sales-support-links a[href*="wa.me"] .contact-icon svg{
    width:20px!important;
    height:20px!important;
}
.sales-support-links a[href*="wa.me"] .contact-icon svg path:first-child{
    display:inline!important;
}

/* Pull the Xplade logo 10px closer to the page heading. */
.hero-brand-logo{
    margin-bottom:-10px!important;
}
@media(max-width:760px){
    .hero-brand-logo{margin-bottom:-10px!important}
}
