﻿/* Infobox */
.infobox-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    padding: 10px 12px;
    min-width: 220px;
    font-family: "Segoe UI",Arial,sans-serif;
    color: #222;
}

.infobox-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}

.infobox-description {
    font-size: 12px;
    color: #555;
}

/* Pin */
.custom-pin {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pin .pin-icon {
    width: 24px;
    height: 24px;
    pointer-events: none;
}