.koerbler-maps-overlay-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    height: 638px;
    color: var(--ast-global-color-3) !important;
}

.koerbler-maps-overlay-container span {
    text-align: center;
    font-size: 12px;
    max-width: 800px;
}

.koerbler-maps-overlay-container iframe {
    height: 100%;
    min-height: 500px;
}