/* Local overrides (loaded after the theme + customizer CSS) */

/* Cusdis comments: the embedded iframe sometimes loads without an explicit
   height, falling back to ~150px and clipping the submit button. Give it a
   sensible minimum so the comment form is always reachable; the widget's
   auto-resize can still set a larger height for long threads. */
#cusdis_thread { width: 100%; }
#cusdis_thread iframe {
	width: 100% !important;
	min-height: 600px;   /* floor so the form is reachable even before auto-resize */
	border: 0;
}
#respond .comment-reply-title { margin-bottom: 12px; }

/* More breathing room between the post body and the sidebar. Only applies at
   >=992px, where the two columns sit side by side (they stack on mobile). The
   theme leaves the default ~30px column gutter; this pushes the sidebar right
   so the visible gap is ~60px, without narrowing the article text. */
@media (min-width: 992px) {
	#secondary.widget-area { padding-left: 75px; }
}
