.pinrah__map-msg {
    font-size: 14px;
    margin: 5px auto;
}

.map-msg--error {
    color: #e41313;
}

.pinrah-zone-tooltip {
    width: 220px;
    padding: 0;
    direction: rtl;
    font-family: IRANSans, Estedad, sans-serif;
    color: #1f2937;
}

.pinrah-zone-tooltip__header {
    padding: 2px 2px 7px;
    margin-bottom: 6px;
    border-bottom: 1px solid #e5e7eb;
}

.pinrah-zone-tooltip__title {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
}

.pinrah-shipping-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pinrah-shipping-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    padding: 6px 7px;

    background: #f8fafc;
    border-radius: 6px;
}

.pinrah-shipping-item__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.pinrah-shipping-item__title {
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

.pinrah-shipping-item__delivery {
    font-size: 9px;
    color: #9ca3af;
    white-space: nowrap;
}

.pinrah-shipping-item__price {
    flex-shrink: 0;

    font-size: 11px;
    font-weight: 600;
    color: #2563eb;

    white-space: nowrap;
}

.pinrah-shipping-item__price small {
    font-size: 8px;
    font-weight: 400;
    color: #9ca3af;
}

.pinrah-shipping-item--pickup {
    background: #f0fdf4;
}

.pinrah-shipping-item--pickup .pinrah-shipping-item__price {
    color: #16a34a;
}


/* Leaflet Tooltip */
.leaflet-tooltip.pinrah-tooltip {
    padding: 7px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: #ffffff;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.leaflet-tooltip.pinrah-tooltip::before {
    border-top-color: #ffffff;
}
