html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Tahoma, sans-serif;
    background: #e8edf2;
}

#map.contact-map,
#map {
    width: 100%;
    height: 520px;
    min-height: 520px;
    background: #dfe7ef;
}

#popup {
    display: none;
}

.popup-box {
    position: relative;
    min-width: 260px;
    max-width: 340px;
    background-color: #ffffff;
    color: #222222;
    border-radius: 12px;
    padding: 18px 18px 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.08);
    direction: rtl;
    text-align: right;
    z-index: 9999;
}

#popup-closer {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    color: #555555;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
}

#popup-closer:hover {
    background: #f0f0f0;
    color: #000000;
}

#popup-closer::after {
    content: "×";
}

#popup-content h3 {
    margin: 0 0 8px;
    padding-left: 26px;
    font-size: 18px;
    line-height: 1.5;
    color: #111111;
}

#popup-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #444444;
    white-space: pre-wrap;
}
