.cash-price {
    font-size: 14px;
    color: #009966; /* Dark shamrock green */
    margin-top: 5px;
    text-align: center; /* Center the text */
    font-weight: bold; /* Make text and price bold */
}

.cash-price-shortcode {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    text-align: center; /* Center all content */
}

.cash-price-shortcode h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.cash-price-shortcode p {
    margin: 5px 0;
    color: #009966; /* Dark shamrock green */
}

.cash-price-shortcode .cash-price-text {
    font-weight: 700 !important; /* Use numeric value for bold, with !important */
    color: #009966 !important; /* Dark shamrock green */
}

.cash-price-shortcode .cash-price-contact {
    color: #009966; /* Dark shamrock green */
    text-decoration: none; /* Remove underline from links */
    font-weight: bold; /* Bold text */
}

.cash-price-shortcode .cash-price-contact:hover {
    text-decoration: underline; /* Underline on hover for clarity */
}

.cash-price-shortcode .cash-price-contact i {
    margin-right: 5px; /* Space between icon and text */
    font-size: 16px; /* Slightly larger icon */
}

.cash-price-shortcode .cash-price-image {
    display: block; /* Ensure image is on its own line */
    margin: 10px auto; /* Center image horizontally with spacing */
    width: 290px; /* Explicit width for consistency */
    height: auto; /* Maintain aspect ratio */
}

/* More specific selector to override Divi/WooCommerce */
.woocommerce .cash-price-shortcode p.cash-price-text {
    font-weight: 700 !important; /* Extra specificity for bold */
}