.gmap-view {
    position: relative;
    min-height: 180px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #d7dde7;
    border-radius: 6px;
    background: #f4f6f9;
}

.gmap-view__canvas {
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.gmap-view__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #334155;
    font-size: 14px;
    text-align: center;
    background: rgba(248, 250, 252, 0.88);
}

.gmap-view__overlay--error {
    color: #9f1239;
}

.gmap-view__info {
    max-width: 260px;
    color: #1f2937;
    font-size: 13px;
    line-height: 1.4;
}

.gmap-view__info-title {
    margin-bottom: 4px;
    font-weight: 600;
}

.gmap-view__info-address,
.gmap-view__info-text {
    color: #475569;
}