/* ---- Custom marker ---- */
.rcwf-marker {
    background: none;
    border: none;
}

/* ---- Frontend map ---- */
#rcwf-map {
    height: 420px;
    border-radius: 8px;
    z-index: 0;
}

.rcwf-map-popup-title {
    display: block;
    margin-bottom: 4px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    color: #be0120;
}

.rcwf-map-popup-desc {
    margin: 0;
    font-family: 'Crimson Pro', serif;
    font-size: 14px;
    color: #2D2A26;
}

/* ---- Admin layout ---- */
#rcwf-map-admin-wrap {
    display: flex;
    gap: 20px;
    margin-top: 16px;
}

#rcwf-map-admin {
    flex: 1;
    min-width: 0;
    border-radius: 4px;
    border: 1px solid #c3c4c7;
}

#rcwf-pin-sidebar {
    width: 320px;
    flex-shrink: 0;
}

#rcwf-pin-sidebar h2 {
    margin-top: 0;
}

#rcwf-pin-list {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 12px;
}

.rcwf-pin-item {
    padding: 10px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
}

.rcwf-pin-item input,
.rcwf-pin-item textarea {
    margin-bottom: 6px;
}

.rcwf-pin-coords {
    display: block;
    color: #888;
    margin-bottom: 6px;
}

.rcwf-pin-remove {
    color: #d63638 !important;
    border-color: #d63638 !important;
}

#rcwf-save-status {
    margin-left: 10px;
    font-style: italic;
}
