/* FareHarbor Grid Button Customization */
a.fh-button, 
a.fh-btn,
.fh-button-v2,
.fh-card-button,
a[class*="fh-button"] {
    background-color: #A54F2E !important;
    border-color: #A54F2E !important;
    color: #FFFFFF !important;
    border-radius: 4px !important;
}

.fh-button:hover,
.fh-card-button:hover,
a.fh-button-v2:hover,
a.fh-btn:hover,
a[class*="fh-button"]:hover {
    background-color: #8A4125 !important;
    border-color: #8A4125 !important;
}
