/* ── Search Button ── */
.commonStyle__zt3BrandBg {
    background-color: #3B82F6 !important;
}

/* ── Submit a Ticket Button ── */
.Button__footerBtn {
    background: #3B82F6 !important;
}

.Button__footerBtn:hover {
    background: #81B0F2 !important;
}

/* ── Primary Buttons ── */
.btn-primary,
a.btn-primary,
button.btn-primary,
.submit-ticket-btn,
.hp-submit-ticket,
input[type="submit"],
button[type="submit"] {
    background-color: #3B82F6 !important;
    border-color: #3B82F6 !important;
    color: #FFFFFF !important;
}

.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover,
.submit-ticket-btn:hover,
.hp-submit-ticket:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
    background-color: #81B0F2 !important;
    border-color: #81B0F2 !important;
    color: #FFFFFF !important;
}

/* ── Scroll-to-top Button ── */
.scroll-to-top,
.back-to-top,
#back-to-top {
    background-color: #3B82F6 !important;
    border-color: #3B82F6 !important;
    color: #FFFFFF !important;
}

/* ── Catch-all for remaining orange ── */
[style*="background-color: rgb(232, 98, 42)"],
[style*="background-color:#e8622a"],
[style*="background-color: #e8622a"] {
    background-color: #3B82F6 !important;
}
