.ddh-map-wrap {
    position: relative;
    width: 100%;
}

.ddh-map-canvas {
    width: 100%;
    min-height: 260px;
    box-sizing: border-box;
    background: #ececec;
}

.ddh-map-marker-image {
    display: block;
    max-width: none !important;
    object-fit: contain;
    user-select: none;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.ddh-map-info {
    min-width: 250px;
    max-width: 360px;
    padding: 6px 2px 4px;
    font-family: inherit;
    color: #222;
}

.ddh-map-info__title {
    margin: 0 0 8px;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f1f1f;
}

.ddh-map-info__address {
    margin-bottom: 4px;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 1.35;
    white-space: pre-line;
}

.ddh-map-info__row {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 1.35;
}

.ddh-map-info__row a {
    color: inherit;
    text-decoration: none;
}

.ddh-map-info__email,
.ddh-map-info__website {
    display: block;
    margin-top: 10px;
    color: #e85b12;
    font-size: 16px;
    text-decoration: none;
}

.ddh-map-info__email:hover,
.ddh-map-info__website:hover {
    text-decoration: underline;
}

.ddh-map-error {
    padding: 14px 16px;
    border-left: 4px solid #d63638;
    background: #fff4f4;
    color: #3c434a;
}

@media (max-width: 600px) {
    .ddh-map-canvas {
        height: 480px !important;
    }

    .ddh-map-info {
        min-width: 210px;
        max-width: 260px;
    }

    .ddh-map-info__title {
        font-size: 19px;
    }
}
