.search-form-max {
    max-width: 600px;
}

.btn-search-custom {
    min-width: 130px;
}

.sticky-sidebar {
    position: sticky;
    top: 20px;
}

.card-img-custom {
    height: 200px;
}

.badge-cat-custom {
    top: 15px;
    left: 15px;
}

.avatar-xs-custom {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
}

.text-xs-custom {
    font-size: 0.75rem;
}

.hover-opacity {
    transition: opacity 0.2s ease;
}

.hover-opacity:hover {
    opacity: 0.7;
}

.hover-card-transition {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-card-transition:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hero-gradient {
    background: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%) !important;
    padding: 60px 0 !important;
    color: #ffffff !important;
    border-bottom: none !important;
}

.hero-gradient .text-muted {
    color: #e2e8f0 !important;
}