:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-39d8d0f6 *//* Ultra-aggressive button override - add this to your Custom CSS */

/* Target the specific refresh button with maximum specificity */
button#refresh-tariffs,
#refresh-tariffs,
[id="refresh-tariffs"],
button[id="refresh-tariffs"],
.tariff-display-container button#refresh-tariffs,
#federal-tariffs-container button#refresh-tariffs,
body button#refresh-tariffs,
html button#refresh-tariffs {
    background: #28a745 !important;
    background-color: #28a745 !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 1px solid #28a745 !important;
    border-color: #28a745 !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: none !important;
    text-shadow: none !important;
    line-height: 1.4 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    vertical-align: baseline !important;
    outline: none !important;
    transition: all 0.2s ease !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    white-space: nowrap !important;
    min-height: auto !important;
    min-width: auto !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    filter: none !important;
}

/* Hover state with ultra specificity */
button#refresh-tariffs:hover,
#refresh-tariffs:hover,
[id="refresh-tariffs"]:hover,
button[id="refresh-tariffs"]:hover,
.tariff-display-container button#refresh-tariffs:hover,
#federal-tariffs-container button#refresh-tariffs:hover,
body button#refresh-tariffs:hover,
html button#refresh-tariffs:hover {
    background: #218838 !important;
    background-color: #218838 !important;
    background-image: none !important;
    color: #ffffff !important;
    border-color: #218838 !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Active/Focus states */
button#refresh-tariffs:active,
button#refresh-tariffs:focus,
#refresh-tariffs:active,
#refresh-tariffs:focus {
    background: #1e7e34 !important;
    background-color: #1e7e34 !important;
    color: #ffffff !important;
    border-color: #1e7e34 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Disabled/Loading state */
button#refresh-tariffs:disabled,
button#refresh-tariffs.loading,
#refresh-tariffs:disabled,
#refresh-tariffs.loading {
    background: #6c757d !important;
    background-color: #6c757d !important;
    color: #ffffff !important;
    border-color: #6c757d !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 1 !important;
}

/* Nuclear option - override ANY possible theme interference */
* button#refresh-tariffs,
*[id="refresh-tariffs"] {
    background: #28a745 !important;
    color: white !important;
}

/* If your theme uses specific classes, add them here */
.btn#refresh-tariffs,
.button#refresh-tariffs,
.wp-block-button__link#refresh-tariffs,
.elementor-button#refresh-tariffs {
    background: #28a745 !important;
    background-color: #28a745 !important;
    color: white !important;
    border-color: #28a745 !important;
}/* End custom CSS */