.google-maps-element {
    position: relative;
    width: 100%;
}

.google-maps-container {
    width: 100%;
    height: 100%;
}

.static-map {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.map-info-window {
    position: absolute;
    top: 20px;
    left: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-width: calc(100% - 40px);
    background: white;
    border-radius: 20px;
    padding: 50px;
    z-index: 10;
    width: 455px;
}

.map-info-window h5 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 200%;
}

.location-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}

.location-link {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 10px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}