/*==============================================================================
 * Correspondence chess page (#cc_main / cchess.html)
 * ----------------------------------------------------------------------------
 * Shared gallery chrome lives in tables.css (.ic-table-boards). This sheet is
 * page-only mobile polish for the intro block and section spacing.
 *============================================================================*/

#cc_main .ic-form-collapsible-body p {
	margin-bottom: 0.65rem;
	line-height: var(--ic-line-height-body);
}

#cc_main .ic-form-collapsible-body ul {
	margin: 0 0 0.35rem;
	padding-inline-start: 1.25rem;
}

#cc_main .ic-form-collapsible-body li {
	margin-bottom: 0.45rem;
	line-height: var(--ic-line-height-body);
}

@media (max-width: 767.98px) {
	#cc_main.textbox {
		padding: 0 8px;
	}

	#cc_main > .inner_box,
	#cc_main .ic-table.inner_box {
		margin: 0.65rem 0;
		padding: 0.15rem 0 0.75rem;
	}

	#cc_main .ic-form-page-title {
		font-size: 1.35rem;
	}

	#cc_main .ic-form-collapsible-body li {
		margin-bottom: 0.55rem;
	}

	#cc_main .ic-table-header {
		gap: 0.65rem;
		margin-bottom: 0.75rem;
	}

	#cc_main .ic-table-title {
		font-size: 1.2rem;
	}
}
