.azur-map-provider,
.azur-map-canvas,
.azur-map-iframe {
    width: 100%;
    height: 100%;
    min-height: 260px;
}

.azur-map-provider {
    position: relative;
    overflow: hidden;
    border-radius: inherit;
}

.azur-map-iframe {
    display: block;
    border: 0;
}

.azur-map-placeholder {
    width: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 24px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.92);
    color: #1f2937;
}

.azur-map-placeholder strong {
    font-size: 16px;
    line-height: 1.3;
}

.azur-map-placeholder span,
.azur-map-placeholder small {
    display: block;
}

.azur-yacht-map {
    width: 100%;
}

.azur-yacht-map__title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    color: #0f172a;
}

.azur-yacht-map__address {
    margin: -4px 0 14px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;
}

.azur-yacht-map__canvas {
    width: 100%;
    min-height: 220px;
    overflow: hidden;
    border-radius: 4px;
    background: #f8fafc;
}

.azur-yacht-map-empty {
    padding: 18px 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 4px;
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
}

/* v1.0.5.27: iframe-free OpenStreetMap renderer for the Free Maps provider. */
/* v1.0.5.28: OSM tiles keep a site-origin referer to avoid provider 403 blocks. */
.azur-map-canvas-free {
    position: relative;
    overflow: hidden;
    background: #e5eef5;
    isolation: isolate;
}

.azur-map-tile {
    position: absolute;
    width: 256px;
    height: 256px;
    max-width: none;
    user-select: none;
    pointer-events: none;
}

.azur-map-marker {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -100%) rotate(45deg);
    border-radius: 50% 50% 50% 0;
    background: #ef4444;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.28);
    z-index: 3;
}

.azur-map-marker::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background: #fff;
}

.azur-map-attribution {
    position: absolute;
    right: 8px;
    bottom: 6px;
    z-index: 4;
    padding: 3px 6px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.88);
    color: #334155;
    font-size: 11px;
    line-height: 1.2;
    text-decoration: none;
}

.azur-map-noscript {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 220px;
    color: #1a237e;
    font-weight: 800;
    text-decoration: none;
}
