/* Styles for Features/Requirements Pages (Apple Specs Style) */

/* REMOVED - Using main.content h1 now */
/* .apple-specs-style .page-title {
    text-align: center;
    margin-bottom: 1em;
} */

/* REMOVED - Using general .intro now */
/* .apple-specs-style .intro {
    text-align: center;
    font-size: 1.2em;
    color: var(--text-secondary);
    margin-bottom: 4em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
} */

/* Override general page content style specifically for these pages */
.features-page.page-content,
.requirements-page.page-content {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Comparison Table styles might be a block or stay here if only on specs pages */
.comparison-table-wrapper {
    overflow-x: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-section);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
} 