/* D-054/D-055 monthly and work-info page presentation (THE THOR, theme untouched). Enqueued only on a single post
 * whose content uses [eroge_monthly layout="calendar-v2"] or [eroge_work_info], so these theme selectors never apply elsewhere. */
.l-main .dividerBottom > .dateList-main { display: none; }
body .l-main .dividerBottom { margin-bottom: 12px; }
.l-main .dividerBottom > .heading-primary { margin-bottom: 8px; font-size: 30px; line-height: 1.35; }
.l-main .postContents { margin-top: 0; }
.l-main .postContents > .content { margin-top: 0; }
/* No "レビュー" middle crumb on a page that is not a review (no real release-calendar hub exists to link instead). */
.breadcrumb__item:not(.icon-home):not(.breadcrumb__item-current) { display: none; }
/* Keep the list, prices and actions close on very wide screens. */
@media (min-width: 1200px) {
	body .l-wrapper { max-width: 1300px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 767px) {
	body .l-wrapper { margin-top: 10px; }
	body .l-main.u-shadow { padding-top: 14px; }
	.l-main .dividerBottom > .heading-primary { font-size: 24px; margin-bottom: 8px; }
	/* THE THOR's generic fixed bottom bar (home / menu / share / top) has no theme option; on these pages only it is
	 * removed so it never covers the list's buttons. The header menu remains the way to navigate. */
	.controllerFooter { display: none !important; }
	body .l-footer { padding-bottom: env(safe-area-inset-bottom); }
}
