/*
Theme Name: Off Shift Gear
Theme URI: https://offshiftgear.com
Description: Child theme for Off Shift Gear — gear tested on 12-hour shifts. All custom styling lives here so parent theme updates never overwrite it.
Author: Paul
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 7.4
Text Domain: offshiftgear
*/


/* =========================================================
   IMPORTANT: the "Template:" line above must exactly match
   the PARENT theme's folder name (not its display name).
   Twenty Twenty-Five  -> twentytwentyfive
   Twenty Twenty-Four  -> twentytwentyfour
   If you picked a different theme, check the folder name in
   wp-content/themes/ and change that line before activating.
   ========================================================= */


/* ---------------------------------------------------------
   Your custom CSS goes below. Nothing here is required —
   these are two small starters you can keep, edit or delete.
   --------------------------------------------------------- */


/* 1. Comfortable reading measure for long reviews.
      Long lines are the main reason articles feel tiring. */
.entry-content p {
	max-width: 68ch;
}


/* 2. The 12-Hour Test callout.
      Use it by adding a Group block in the editor, then setting
      "offshift-test" in Block settings > Advanced > Additional CSS class(es).
      Deliberately unstyled beyond structure: it inherits the theme's
      colours and fonts, so it still looks right if you restyle later. */
.offshift-test {
	border-left: 4px solid currentColor;
	padding: 1rem 1.25rem;
	margin: 2rem 0;
}

.offshift-test > *:first-child {
	margin-top: 0;
}

.offshift-test > *:last-child {
	margin-bottom: 0;
}
