.dcbs-pages-map-canvas {
    width: 100%;
    min-height: 300px;
}
.dcbs-pages-map-canvas {
    border-radius: 20px;
}

.dcbs-pages-map-wrap .leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.dcbs-pages-map-wrap .leaflet-popup-content {
    margin: 0;
    min-width: 280px;
}

.dcbs-pages-map-wrap .leaflet-popup-tip {
    box-shadow: none;
}

.dcbs-map-tooltip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    line-height: 1.35;
}

.dcbs-map-tooltip-media {
    width: 50px;
    height: 50px !important;
    flex: 0 0 58px;
    border-radius: 8px !important;
    object-fit: cover;
    background: #ececec;
}

.dcbs-map-tooltip-title {
    display: block;
    color: #1f1f1f !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.dcbs-map-pin-wrapper {
    background: transparent;
    border: 0;
}

.dcbs-map-pin {
    transition: 0.3s;
    width: 36px;
    height: 36px;
    border-radius: 58px 58px 0;
    background: #00A5D2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    transform: rotate(45deg);
}
.dcbs-map-pin:hover{
    transform: rotate(45deg) scale(1.1);
}
.dcbs-map-pin-icon-wrapper {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
}

.dcbs-map-pin-icon-wrapper  .dcbs-map-pin-icon {
    width: 14px;
    object-fit: cover;
    height: auto;
}

.dcbs-map-pin::after {
    position: absolute;
    content: '';
    height: 5px;
    background: #0000006e;
    width: 20px;
    transform: rotate(-45deg);
    bottom: -5px;
    left: 26px;
    border-radius: 50%;
    box-shadow: 1px 6px 7px 7px #00000070;
}
.dcbs-map-pin-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.dcbs-map-pin-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}
