/*
 * Kids Page Styles
 * Ported from design_preview/kids.html <style> section.
 */

/* === Kids-specific Content Area === */
.kids-content {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.kids-description {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

/* === Grid (default 4-column from movie-grid, add top margin only) === */
.kids-content .movie-grid {
    margin-top: 2rem;
}
