/* Digimap Endpoint Manager — frontend styles v1.1.1 */

.dem-autocomplete-dropdown {
    position: absolute; top: 100%; left: 0; right: 0; z-index: 9999;
    background: #fff; border: 1px solid #d1d5db; border-top: none;
    border-radius: 0 0 6px 6px; box-shadow: 0 4px 12px rgba(0,0,0,.1);
    max-height: 240px; overflow-y: auto;
}
.dem-autocomplete-item {
    padding: 10px 14px; font-size: 13px; color: #1a1a1a; cursor: pointer;
    border-bottom: 1px solid #f3f4f6; line-height: 1.4; transition: background .1s;
}
.dem-autocomplete-item:last-child { border-bottom: none; }
.dem-autocomplete-item:hover { background: #f0f4ff; color: #1d4ed8; }

.dem-numbered-marker { background: transparent !important; border: none !important; }
.dem-marker-number {
    width: 28px; height: 28px; border-radius: 50%; color: #fff;
    font-size: 12px; font-weight: 700; display: flex; align-items: center;
    justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,.3); font-family: sans-serif;
}
