/* Copyright (c) Haykal M. Zaidi 2024-2026. All rights reserved. PROPRIETARY AND CONFIDENTIAL. */
/* Inline Styles - Extracted from HTML */

.row-header-top-results {
    margin-top: 0;
}

.row-section-hidden {
    display: none;
}

.ai-recommendation-badge {
    font-size: 0.8rem;
    background: var(--accent);
    color: #ffffff;
    opacity: 0.7;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: 900;
}

.row-section-padding-bottom {
    padding-bottom: 100px;
}

.splash-footer-description {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #333;
}

