/* Subscribe Form Fix */

/* Reset subscribe button styles to match other layouts */
.subscribe-form .form-group .theme-btn.btn-style-one {
    background: var(--theme-color1) !important;
    color: var(--theme-color2) !important;
    border-color: var(--theme-color1) !important;
    border-radius: 0 !important;
}

/* Reset hover styles */
.subscribe-form .form-group .theme-btn.btn-style-one:before {
    background: var(--theme-color2) !important;
    opacity: 0.15 !important;
}

.subscribe-form .form-group .theme-btn.btn-style-one:hover:before {
    width: 100% !important;
    opacity: 1 !important;
}

.subscribe-form .form-group .theme-btn.btn-style-one:hover {
    color: #ffffff !important;
    border-color: var(--theme-color2) !important;
}
