/*
Theme Name: Grand Restaurant Child
Theme URI: https://themes.themegoods.com/grandrestaurant
Description: Child theme for Grand Restaurant
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
Template: grandrestaurant
Version: 1.0.0
License: GPLv2
*/

/* ==========================================================================
   Custom Styles for Locations
   ========================================================================== */

.location-details {
    margin: 30px 0;
}

.location-info-box {
    background: #f9f9f9;
    padding: 30px;
    margin: 20px 0;
    border-radius: 4px;
}

.location-info-box h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.location-info-item {
    margin-bottom: 30px;
}

.location-info-item h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.location-info-item p {
    margin: 0;
    line-height: 1.8;
}

.location-map {
    margin: 30px 0;
}

.location-map iframe {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.location-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.location-contact-item {
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 20px;
}

.location-contact-item i {
    margin-right: 8px;
    color: #4caf50;
}

.location-gallery-slider {
    margin: 30px 0;
}

.location-gallery-slider .gallery_item {
    border-radius: 4px;
    overflow: hidden;
}

.location-gallery-slider img {
    width: 100%;
    height: auto;
    display: block;
}