.rp_companyregistry-dropdown {
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rp_companyregistry-dropdown-item {
    padding: 6px 10px;
    cursor: pointer;
    font-size: 13px;
}

.rp_companyregistry-dropdown-item:hover,
.rp_companyregistry-dropdown-item.active {
    background: #f5f5f5;
}

.rp_companyregistry-dropdown-item.rp_companyregistry-terminated {
    color: #E53935;
}

.rp_companyregistry-city-match {
    color: #4CAF50;
    font-weight: bold;
}

.rp_companyregistry-warning {
    color: #E53935;
    font-size: 12px;
    margin-top: 4px;
}

.rp_companyregistry-vies-status {
    font-size: 12px;
    font-weight: bold;
}

.rp_companyregistry-load-btn {
    display: inline-block;
}
