.np-dropdown {
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
    display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.np-dropdown-item {
    padding: 10px 14px;
    cursor: pointer;
    font-size: 0.9rem;
}

.np-dropdown-item:hover {
    background: #f8f9fa;
}

.np-delivery-block {
    position: relative;
}
