/* =========================================
   DAWA AUTOCOMPLETE – UX DROPDOWN
========================================= */

.nec-dawa-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #eae3da;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    z-index: 9999;
    max-height: 260px;
    overflow-y: auto;
    font-size: 14px;
}

.nec-dawa-item {
    padding: 10px 12px;
    cursor: pointer;
    line-height: 1.4;
    transition: background .12s ease;
}

.nec-dawa-item strong {
    font-weight: 600;
}

.nec-dawa-item span {
    display: block;
    font-size: 12px;
    opacity: .65;
}

.nec-dawa-item:hover,
.nec-dawa-item.is-active {
    background: #faf7f4;
}

/* Mobile */
@media (max-width: 768px) {
    .nec-dawa-dropdown {
        font-size: 16px;
    }
}

.nec-ship-dispatch-message {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.9;
}
.nec-ship-dispatch-message p {
  margin: 0;
}