.yads-elementor-map .leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.yads-elementor-map .leaflet-popup-content {
    margin: 0;
    width: 280px !important;
    line-height: 1.7;
}

.yads-map-popup-card {
    width: 100%;
    font-family: inherit;
}

.yads-map-popup-media {
    position: relative;
    width: 100%;
    line-height: 0;
}

.yads-map-popup-media img {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.yads-map-popup-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    background: #f2728c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    padding: 4px 14px;
    border-radius: 18px;
}

.yads-map-popup-body {
    padding: 14px 16px 16px;
    text-align: right;
}

.yads-map-popup-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}

.yads-map-popup-title a {
    color: inherit;
    text-decoration: none;
}

.yads-map-popup-excerpt {
    margin: 0 0 14px;
    font-size: 13px;
    color: #6b7280;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.yads-map-popup-cta {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #ef4444;
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
}

.yads-map-popup-cta:hover {
    opacity: 0.92;
}
