/* ── Map container ── */
#rak-delivery-section {
    margin: 24px 0 32px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

#rak-delivery-section h3 {
    margin: 0 0 6px;
    font-size: 1.15em;
    color: #1a1a1a;
}

.rak-map-instruction {
    color: #555;
    font-size: 0.92em;
    margin-bottom: 12px;
}

#rak-delivery-map {
    width: 100%;
    height: 380px;
    border-radius: 8px;
    border: 2px solid #2196F3;
    overflow: hidden;
    cursor: crosshair;
}

.rak-map-hint {
    font-size: 0.82em;
    color: #777;
    margin: 6px 0 0;
    text-align: center;
}

/* ── Fee preview box ── */
#rak-fee-preview {
    margin-top: 14px;
}

.rak-fee-box {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.95em;
    line-height: 1.7;
}

.rak-fee-ok {
    background: #e8f5e9;
    border: 1px solid #66bb6a;
    color: #2e7d32;
}

.rak-fee-error {
    background: #fdecea;
    border: 1px solid #ef9a9a;
    color: #c62828;
}

.rak-fee-extra {
    font-size: 0.88em;
    opacity: 0.85;
}

/* ── Custom marker styles ── */
.rak-clinic-marker,
.rak-pin-marker {
    font-size: 28px;
    line-height: 1;
    text-align: center;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    user-select: none;
}

/* ── Mobile responsive ── */
@media (max-width: 600px) {
    #rak-delivery-map {
        height: 280px;
    }
    #rak-delivery-section {
        padding: 14px;
    }
}
