.hotel-map-marker-icon {
    background: transparent !important;
    border: none !important;
}

.hotel-map-pin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    pointer-events: auto;
}

.hotel-map-pin__dot {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.28);
    background: #2563eb;
    flex-shrink: 0;
}

.hotel-map-pin--current .hotel-map-pin__dot {
    width: 18px;
    height: 18px;
    background: #dc2626;
}

.hotel-map-pin--discover {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-map-pin__discover-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f97316;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.28);
}

.hotel-map-pin--discover-current .hotel-map-pin__discover-icon {
    width: 34px;
    height: 34px;
    background: #ea580c;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.35), 0 2px 8px rgba(15, 23, 42, 0.28);
}

.hotel-map-pin--discover-current .hotel-map-pin__discover-icon svg {
    width: 16px;
    height: 16px;
}

.hotel-map-popup__type {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ea580c;
    margin-bottom: 4px;
}

.hotel-map-pin--with-price {
    max-width: 160px;
}

.hotel-map-pin__price {
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 7px;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.hotel-map-leaflet-popup .leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
}

.hotel-map-leaflet-popup .leaflet-popup-content {
    margin: 0;
    width: 210px !important;
}

.hotel-map-leaflet-popup .leaflet-popup-tip {
    box-shadow: none;
}

.hotel-map-popup {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.hotel-map-popup__photo-wrap {
    width: 100%;
    height: 96px;
    overflow: hidden;
    background: #e2e8f0;
}

.hotel-map-popup__photo-wrap--empty {
    height: 72px;
    background: linear-gradient(135deg, #dbeafe 0%, #e2e8f0 100%);
}

.hotel-map-popup__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hotel-map-popup__body {
    padding: 10px 12px 12px;
}

.hotel-map-popup__title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
    color: #0f172a;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hotel-map-popup__price {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.hotel-map-popup__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    background: #2563eb;
    color: #fff !important;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
}

.hotel-map-popup__link:hover {
    background: #1d4ed8;
    color: #fff !important;
}
