/* ============================================
   Custom overrides & page-specific styles
   ============================================ */

/* Product grid spacing */
#product-catalog {
    margin-top: -0.25rem;
}

.col {
    margin-bottom: 1.25rem;
}

/* Result count */
#result-count {
    font-size: 0.8125rem;
    color: var(--muted-foreground);
    font-weight: 500;
}

/* Search toast */
#searchToast {
    font-size: 0.875rem;
}

/* Smooth page transitions */
main {
    animation: fadeIn 0.2s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Invalid feedback styling */
.invalid-feedback {
    font-size: 0.8125rem;
    color: var(--danger);
}

/* Admin RUT modal alert override */
#adminRutAlert {
    font-size: 0.875rem;
}

/* reCAPTCHA badge positioning */
.grecaptcha-badge {
    visibility: visible !important;
}
