/*
Theme Name: Gorkha Tea Estate
Theme URI: https://gorkhateaestate.com/
Author: Gorkha Tea Estate
Description: A bespoke WordPress theme for Gorkha Tea Estate, preserving the original multi-page website and business enquiry experience.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: gorkha-tea-estate
 */

.content-page {
  min-height: 70vh;
  padding-top: 150px;
  padding-bottom: 80px;
}
.entry-card {
  max-width: 900px;
  margin-inline: auto;
}
.entry-card h1 {
  margin-bottom: 30px;
  font-size: clamp(3rem, 7vw, 6rem);
}
.form-status {
  margin: 12px 0 20px;
  padding: 12px 16px;
  border: 1px solid currentColor;
  border-radius: 12px;
}
.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;
}
