/* 1. Force the search button to turn pitch black */
input[type="submit"], 
button[type="submit"],
.vri-search-btn,
.vri-submit-btn {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Button Hover State (Dark Gray) */
input[type="submit"]:hover, 
button[type="submit"]:hover {
    background: #333333 !important;
    background-color: #333333 !important;
}

/* 2. Center your custom headline/text section */
.custom-search-header {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto 20px auto !important;
}