/*
Theme Name: SRA / METERA
Theme URI: https://www.metera.au/
Author: Soil Regeneration Australia Pty Ltd
Description: Custom WordPress theme for Soil Regeneration Australia and METERA. Practical biological products and soil education made for Australian conditions.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: sra-metera
*/

html {
  scroll-behavior: smooth;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Editor-controlled page templates
   These helpers keep pages block-first after removing hardcoded templates. */
.editable-template {
  width: 100%;
}

.editable-page-content > *:first-child {
  margin-top: 0;
}

.editable-page-content > *:last-child {
  margin-bottom: 0;
}

.editable-page-content .wp-block-group,
.editable-page-content .wp-block-cover,
.editable-page-content .wp-block-columns,
.editable-page-content .wp-block-html {
  margin-block-start: 0;
}

.default-title-wrap {
  padding-top: clamp(2rem, 5vw, 4rem);
  padding-bottom: 1rem;
}
