/*
Theme Name: ColorMag Child
Theme URI: https://themegrill.com/themes/colormag/
Description: Child theme of ColorMag for the KARO – Kultur aus Rand Ost website. Custom CSS and template overrides live here so they survive ColorMag updates.
Author: KARO
Template: colormag
Version: 1.0.0
Text Domain: colormag-child
*/

/* =============================================================================
   Custom CSS for KARO goes below this line.
   ColorMag loads its own 141 KB base stylesheet under the handle 'colormag_style'
   (which points at THIS file once the child is active) plus all inline Customizer
   CSS. Rules you add here therefore override both.
   ============================================================================= */

/* Header: put the site title and tagline on a single line, all screens.
   Layout only — ColorMag's existing font sizes and colours are left untouched. */
.cm-header-builder .cm-site-branding {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 0.4em;
}

.cm-header-builder .cm-site-branding .cm-site-title,
.cm-header-builder .cm-site-branding .cm-site-description {
	margin: 0;
	white-space: nowrap;
}

/* Make a content H1 (e.g. "Kursbeschreibungen") match the page title
   ("Kursübersicht"), which uses the theme's base h1 size of 4rem.
   The page title has class .cm-entry-title, so this only affects in-content
   headings (.wp-block-heading) and leaves the page title itself untouched. */
h1.wp-block-heading {
	font-size: 4rem;
	line-height: 1.3;
}
