/* New Premium Theme Pak — Deep Red + Rose */
.am-body-content a.button,
.am-body-content button,
.am-body-content input[type="button"],
.am-body-content input[type="submit"],
.am-popup a.button,
.am-popup button,
.am-popup input[type="button"],
.am-popup input[type="submit"],
.am-body-content a.button:hover,
.am-body-content button:hover,
.am-body-content input[type="button"]:hover,
.am-body-content input[type="submit"]:hover,
.am-popup a.button:hover,
.am-popup button:hover,
.am-popup input[type="button"]:hover,
.am-popup input[type="submit"]:hover {
    color: white;
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    border-color: #6366F1;
}
.am-body-content input[type=submit]:disabled,
.am-body-content input[type=submit]:disabled:hover {
    background: #f1f1f1;
    color: #ccc;
    border-color: #ced4da;
}
