/*
Theme Name: Highliner Charters
Theme URI: https://highlinercharters.com
Author: R&R Charters
Description: Block theme for Highliner Charters. A modern, responsive rebuild of
  the original ~2008 Joomla template — dark navy background, aqua type, the
  Highliner Charters banner, and a layout with the content column (header,
  content, footer) beside a full-height right sidebar that collapses to a single
  column on mobile. Booking is handled by the FareHarbor plugin.
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.1
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: highliner
*/

/*
 * A block theme's design lives primarily in theme.json and the block markup in
 * templates/ and parts/. This stylesheet carries only the few things that are
 * awkward to express as block styles: the fixed background watermark and small
 * legacy-content niceties. Keep it minimal.
 */

/* The fish/kelp logo now lives in the sidebar (see patterns/sidebar.php),
   matching the updated layout, so it is no longer a fixed body-background
   watermark here. */

/* The old content used bold Arial by default. theme.json sets the family; this
   preserves the slightly heavier body weight the original had. */
body {
  font-weight: 600;
}

/* Legacy migrated content often used <table> for layout. Keep tables from
   overflowing their column on small screens. */
.entry-content table {
  max-width: 100%;
  height: auto !important;
}
.entry-content table td {
  height: auto !important;
}

/* Legacy inline images had fixed width/height attributes; keep them fluid. */
.entry-content img {
  max-width: 100%;
  height: auto;
}
