.map-container {

    width: 100%;

    height: 100%;

	margin-top: 10px;
    border-radius: 10px;

    overflow: hidden;

    background-color: var(--background-menuecolor);

    box-shadow:
        0 4px 20px rgba(0,0,0,0.15);
}

.map-container iframe {

    width: 100%;

    height: 100%;

    min-height: 400px;

    display: block;

    border: none;
}


.map-text {

    text-align: center;

    margin-bottom: 20px;
}

.google-map {

    display: none;
}

.map-placeholder {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    gap: 20px;

    min-height: 450px;

    padding: 20px;

    border-radius: 12px;

    background-color:
        var(--background-menuecolor);

    border:
        2px dashed rgba(255,255,255,0.2);
}

.map-form-container h1,
.map-form-container h2,
.map-form-container h3,
.map-form-container p {
    text-align: center;
}