/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 10 2026 | 10:02:59 */
/* --- Main Card Container (Rounded & Shadow) --- */
.wcfmmp-single-store .store-wrapper {
    border-radius: 12px !important;
    overflow: hidden !important; /* Ensures corners are rounded */
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
    border: 1px solid #eaeaea !important;
    background: #ffffff !important;
}

/* --- Banner Image Styling --- */
.wcfmmp-single-store .store-info {
    height: 140px !important; /* Fixed height for consistency */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


/* --- Rating Styling --- */
.bd_rating {
    margin-bottom: 5px !important;
}
.wcfmmp-store-rating {
    font-size: 0.85rem !important;
    color: #f1c40f !important;
}

/* store enquiry button and visit button */
.wcfmmp-visit-store, .store-enquiry a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 12px !important;
    border: 1px solid #0073aa !important;
    color: #0073aa !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
}

.store-enquiry .wcfmfa {
    margin-right: 4px !important;
}

.store-footer{
margin-bottom:10px !important;
}
