.co-dadata-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.co-dadata-dropdown__item {
    padding: 10px 14px;
    font-size: 14px;
    color: #1a1a1a;
    cursor: pointer;
    transition: background-color 0.15s;
    line-height: 1.4;
}

.co-dadata-dropdown__item:hover,
.co-dadata-dropdown__item--active {
    background-color: #f5f0eb;
}

.co-dadata-dropdown__item + .co-dadata-dropdown__item {
    border-top: 1px solid #f0f0f0;
}
