/**
 * Google Map Component CSS
 */

.google-map {
    width: 100%;
    margin-top: var(--spacing-lg);
}

.google-map__placeholder {
    width: 100%;
    height: 400px;
    background-color: var(--color-surface);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-map__placeholder p {
    color: var(--color-text-light);
    font-size: var(--font-size-lg);
}
