.dadata-suggestions {
    border-radius: 4px;
    background: #fff;
}

.dadata-suggestion-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.dadata-suggestion-item:last-child {
    border-bottom: none;
}

.dadata-suggestion-item:hover {
    background-color: #f5f5f5;
}

.dadata-suggestion-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

.dadata-suggestion-details {
    font-size: 12px;
    color: #666;
}

.dadata-suggest-input.loading {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 50 50"%3E%3Cpath fill="%23ccc" d="M25,5A20,20,0,1,1,5,25,20,20,0,0,1,25,5M25,2A23,23,0,1,0,48,25,23,23,0,0,0,25,2Z"/%3E%3Cpath fill="%23007bff" d="M25,5V2a23,23,0,0,1,0,46V45a20,20,0,0,0,0-40Z"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" dur="0.8s" repeatCount="indefinite"/%3E%3C/path%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    padding-right: 35px;
}
