/* Google Maps Styles */
.gm-svpc div img {
    position: relative !important;
}
.gm-svpc > div:last-of-type {
    width: 32px;
    height: 32px;
}
.google-map {
    margin-bottom: 10px;
    height: 300px;
    width: 100%;
    display: block !important;
}

.map-container.show {
    max-height: 300px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.event-details-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.map-toggle-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-left: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.map-toggle-btn:hover,
.map-toggle-btn:focus,
.map-toggle-btn:active {
    background-color: transparent;
    opacity: 0.7;
    outline: none;
    border: none;
    box-shadow: none;
}
.map-toggle-btn:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.map-toggle-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #555;
}
.location-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.location-text i {
    margin-right: 5px;
}
.map-container {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 0;
}