/* Small-screen refinements on top of the original theme stylesheet (index.css). */

/* Cast & Creative: keep the two tabs on one row on phones (fixed 9em width made them wrap). */
@media (max-width: 575.98px) {
	body.page-template-t-cast-creative #content .cc-tabs .tab-link {
		flex: 1 1 0;
		min-width: 0;
		max-width: 12rem;
	}

	body.page-template-t-cast-creative #content .cc-tabs button {
		width: 100%;
		padding-left: .25em;
		padding-right: .25em;
	}
}
