#kurum-search {
    border: 2px solid #dee2e6;
    transition: border-color 0.2s ease-in-out;
}

#kurum-search:focus {
    border-color: var(--site-page-primary-dark);
    box-shadow: 0 0 0 3px rgba(40, 144, 200, 0.2);
}

#kurum-search:focus + .kurum-dropdown .kurum-dropdown-content {
    border-color: var(--site-page-primary-dark);
}

.kurum-dropdown {
    position: relative;
    z-index: 1000;
}

.kurum-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--site-page-border);
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
}

.kurum-option {
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.kurum-option:hover {
    background: #f8fafc;
}

.kurum-option:last-child {
    border-bottom: none;
}

.kurum-no-result {
    padding: 1rem;
    color: #64748b;
    font-style: italic;
    text-align: center;
    background: #f8fafc;
}

.kurum-option.selected {
    background: var(--site-page-primary-dark) !important;
    color: #fff !important;
    font-weight: 600;
}

#loading {
    display: none !important;
}

#loading-spinner {
    display: none;
}

.faaliyet-form .badge {
    font-size: 0.8125rem;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
