.cursor-pointer { cursor: pointer; }
.hover-scale { transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s; }
.hover-scale:hover { transform: scale(1.02); }

.hover-primary:hover { color: #198754 !important; transition: color 0.3s ease; }
.hover-primary:hover i { color: #198754 !important; transition: color 0.3s ease; transform: scale(1.1); }

.focus-ring-success:focus-within { box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); border-color: #198754 !important; }

.btn-hover-lift { transition: all 0.2s ease; }
.btn-hover-lift:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(25, 135, 84, 0.3) !important; }

.bg-gradient-success-light { background: linear-gradient(135deg, #f0fff4 0%, #e8f5e9 100%); }

.search-modal-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #198754 0%, #20c997 100%);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(25, 135, 84, 0.4);
}

.search-modal-icon i { font-size: 28px; }

.search-section-card {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e9ecef;
}

.modern-select-wrapper { position: relative; }

.modern-select {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    background-color: white;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.modern-select:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.15);
}

.modern-input-wrapper input:focus {
    outline: none;
}
