/**
 * okbox-map.css — styles pour le shortcode [okbox_map].
 */

.okbox-map {
    width: 100%;
    margin: 24px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    background: #f0f0f0;
}

.okbox-map__popup {
    text-align: center;
    min-width: 180px;
}

.okbox-map__popup strong {
    display: block;
    margin-bottom: 4px;
    color: #3D1F1A;
    font-size: 14px;
    line-height: 1.3;
}

.okbox-map__popup-sub {
    font-size: 12px;
    color: #757575;
    margin-bottom: 10px;
}

.okbox-map__popup-cta {
    display: inline-block;
    padding: 6px 14px;
    background: #EF4A4A;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    transition: background-color 0.15s ease;
}

.okbox-map__popup-cta:hover {
    background: #d63b3b;
}
