/*
 * APS Comparisons Index Page — layout only
 * Card styles live in aps-styles.css (shared with single & widget)
 *
 * @package    Products Finder
 * @since      3.2.0
 */

/* ==========================================================================
   Grid — one column list
   ========================================================================== */

.aps-comparison-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    width: 100%;
}

.aps-comparison-grid * {
    box-sizing: border-box;
}

/* ==========================================================================
   No results
   ========================================================================== */

.aps-no-results {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 30px 0;
    border: 1px solid #e9ecef;
}

.aps-no-results h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
}

.aps-no-results p {
    color: #7f8c8d;
    font-size: .95rem;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.aps-pagination {
    margin: 30px 0 10px;
    text-align: center;
}

/* ==========================================================================
   Sidebar / content-width fix
   ========================================================================== */

.aps-content { width: auto; }

@media (max-width: 600px) {
    .aps-content { width: 100%; }
}
