.hestia-google-map {
    padding: 80px 0;
    background-color: #f5f5f5;
}
.hestia-google-map .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.hestia-google-map .hestia-title {
    margin-bottom: 15px;
}
.hestia-google-map .description {
    margin-bottom: 50px;
}
.hestia-google-map-row {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.hestia-google-map-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}
.hestia-google-map-container iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.hestia-google-map-container .map-placeholder {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.hestia-google-map-container .map-placeholder p {
    color: #666;
    font-size: 16px;
    margin: 0;
}
@media (max-width: 768px) {
    .hestia-google-map {
        padding: 60px 0;
    }
    .hestia-google-map-container {
        height: 350px !important;
    }
}
