/* WhatsApp Green Theme */
.orange-bg,
.bg-orange,
.primary-bg {
    background: #25D366 !important;
}

.orange-color,
.primary-color,
a.orange {
    color: #25D366 !important;
}

.button.orange,
.btn.primary,
.wp-block-button__link.orange,
input[type="submit"].orange {
    background: #25D366 !important;
    border-color: #25D366 !important;
}

.button.orange:hover,
.btn.primary:hover,
.wp-block-button__link.orange:hover,
input[type="submit"].orange:hover {
    background: #128C7E !important;
    border-color: #128C7E !important;
}

.site-header.orange {
    background: #25D366 !important;
}

.main-navigation .orange a,
.menu-item.orange > a {
    color: #25D366 !important;
}

.main-navigation .orange a:hover,
.menu-item.orange > a:hover {
    color: #128C7E !important;
}
