/*
Theme Name: Gowilds Child
Theme URI: https://gaviaspreview.com/wp/gowilds/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Gowilds theme.
Template: gowilds
*/

/* Add to your theme's CSS file */
/* Add to your theme's CSS file */
.booking-acf-fields {
    margin: 8px 0;
}

.booking-acf-fields .acf-field {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.4;
}

.booking-acf-fields .label {
    font-weight: 600;
    color: #666;
    margin-right: 4px;
}

.booking-acf-fields .value {
    color: #333;
}

.booking-acf-fields .acf-price .value {
    color: #e74c3c;
    font-weight: bold;
}

.booking-acf-fields .acf-rating .value {
    color: #f39c12;
}

.booking-acf-fields .featured-badge {
    background: #3498db;
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.booking-acf-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 11px;
    z-index: 2;
}

.booking-acf-overlay .booking-acf-fields {
    margin: 0;
}

.booking-acf-overlay .label,
.booking-acf-overlay .value {
    color: white !important;
}

.booking-acf-before-title,
.booking-acf-after-title,
.booking-acf-after-address {
    margin: 5px 0;
}

/* Banner promotion styles */
.banner-one__image {
    position: relative;
    overflow: hidden;
}

.banner-one__image .banner-promotion {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #ff6b6b, #e74c3c);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    border: 2px solid white;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .booking-acf-fields .acf-field {
        font-size: 11px;
    }
    
    .booking-acf-overlay {
        font-size: 10px;
        padding: 3px 6px;
    }

    .banner-one__image .banner-promotion {
        top: 10px;
        left: 10px;
        font-size: 10px;
        padding: 4px 8px;
    }
}
