/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 04:49:26 */
/* --- Custom Button Colors --- */

/* Normal State for "Call" and "Show Map" buttons */
.listingcampaings .lp-new-grid-bottom-button li a,
.listingcampaings .lp-new-grid-bottom-button li p {
    background-color: #DD9933 !important;
    color: #ffffff !important;
}

/* Hover State for the buttons */
.listingcampaings .lp-new-grid-bottom-button li a:hover,
.listingcampaings .lp-new-grid-bottom-button li p:hover {
    background-color: #c78c2e !important; /* A slightly darker shade for hover effect */
    color: #ffffff !important;
}

/* --- Fix for Black "Call" Text --- */
.listingcampaings .lp-new-grid-bottom-button li p span.show-number {
    color: #ffffff !important;
}