
/* Home */
.home-page { padding-bottom: 20px; }

/* Search */
.search-page { padding: calc(var(--header-height) + 20px) 16px 20px; }
.search-page h1 { font-size: 1.5rem; font-weight: 700; margin-bottom: 4px; }
.search-page > p { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 20px; }

/* My List */
.mylist-page { padding: calc(var(--header-height) + 20px) 16px 20px; }
.mylist-page h1 { font-size: 1.5rem; font-weight: 700; margin-bottom: 4px; }
.mylist-page > p { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 20px; }

/* Calendar */
.calendar-page { padding: calc(var(--header-height) + 20px) 16px 20px; }
.calendar-page h1 { font-size: 1.5rem; font-weight: 700; margin-bottom: 4px; }
.calendar-page > p { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 20px; }

/* Explore */
.explore-page { padding: calc(var(--header-height) + 20px) 16px 20px; }
.explore-page h1 { font-size: 1.5rem; font-weight: 700; margin-bottom: 4px; }
.explore-page > p { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 20px; }
