/*
Theme Name: Hernando Parade
Theme URI: https://www.hernandoparadeofhomes.com/
Author: Nature Coast Web Design & Marketing, Inc.
Version: 0.1.0
*/

:root {
  --hcp-blue: #1f79ad;
  --hcp-blue-dark: #0c446a;
  --hcp-green: #4d9b45;
  --hcp-green-dark: #2f7339;
  --hcp-white: #ffffff;
  --hcp-ink: #1f2b33;
  --hcp-muted: #6a747b;
  --hcp-line: #dfe7eb;
  --hcp-soft: #f5f9fa;
  --hcp-radius: 8px;
  --hcp-shadow: 0 18px 45px rgba(12, 68, 106, .12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--hcp-ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: var(--hcp-white);
}

img { max-width: 100%; height: auto; }
a { color: var(--hcp-blue); }

.hcp-header {
  position: static;
  z-index: 20;
  background: var(--hcp-white);
  color: var(--hcp-blue-dark);
  border-bottom: 4px solid var(--hcp-green);
  box-shadow: 0 8px 24px rgba(12, 68, 106, .12);
}

.hcp-header-date {
  color: var(--hcp-green-dark);
  text-align: right;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.15;
  white-space: nowrap;
}

.hcp-header-event {
  color: var(--hcp-blue-dark);
  text-align: right;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.hcp-header-content {
  display: grid;
  justify-items: end;
  gap: 4px;
  min-width: 0;
}

.hcp-header-inner {
  max-width: 1180px;
  min-height: 126px;
  margin: 0 auto;
  padding: 8px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.hcp-logo img {
  width: 190px;
  display: block;
}

.hcp-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
}

.hcp-nav a {
  color: var(--hcp-blue-dark);
  text-decoration: none;
}

.hcp-nav a:hover { color: var(--hcp-green-dark); }

.hcp-presented-by {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: var(--hcp-green-dark);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.hcp-presented-by a,
.hcp-presented-by img {
  display: block;
}

.hcp-presented-by a {
  flex: 0 0 auto;
  padding: 0 8px;
  overflow: visible;
}

.hcp-presented-by img {
  width: auto;
  height: 80px;
  max-width: none;
  object-fit: contain;
}

.hcp-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--hcp-line);
  border-radius: 6px;
  background: var(--hcp-white);
  color: var(--hcp-blue-dark);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.hcp-main { min-height: 60vh; }

.hcp-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 22px;
}

.hcp-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 44px;
  align-items: start;
}

.hcp-video-band {
  background: var(--hcp-blue-dark);
}

.hcp-video-band iframe {
  display: block;
  width: 100%;
  max-width: 1180px;
  height: min(58vw, 660px);
  min-height: 260px;
  margin: 0 auto;
  border: 0;
}

.hcp-home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.hcp-home-intro p {
  margin: 0;
}

.hcp-kicker {
  color: var(--hcp-green-dark);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
}

.hcp-home-intro h1,
.hcp-page-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hcp-lead {
  font-size: 20px;
  color: var(--hcp-muted);
  max-width: 760px;
}

.hcp-panel {
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  background: var(--hcp-white);
  box-shadow: var(--hcp-shadow);
}

.hcp-sponsor-column {
  display: grid;
  gap: 8px;
  position: sticky;
  top: 160px;
}

.hcp-sponsor-column h2 {
  margin: 0;
  color: var(--hcp-blue-dark);
  font-size: 18px;
  text-transform: uppercase;
}

.hcp-sponsor-ad {
  display: grid;
  place-items: center;
  min-height: 76px;
  padding: 8px;
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  background: var(--hcp-white);
  box-shadow: 0 8px 20px rgba(12, 68, 106, .08);
  overflow: hidden;
}

.hcp-sponsor-ad img {
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 92px;
  display: block;
}

.hcp-paid-advertisements {
  border-top: 1px solid var(--hcp-line);
  background: var(--hcp-white);
}

.hcp-paid-advertisements-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 22px;
}

.hcp-paid-advertisements h2 {
  margin: 0 0 18px;
  color: var(--hcp-blue-dark);
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.hcp-paid-advertisements-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hcp-paid-advertisements-row a {
  display: grid;
  place-items: center;
  height: 112px;
  padding: 10px;
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  background: var(--hcp-white);
}

.hcp-paid-advertisements-row img {
  display: block;
  width: 100%;
  height: 88px;
  object-fit: contain;
}

.hcp-search-shell {
  padding-top: 48px;
}

.hcp-filter-card {
  padding: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 36px;
}

.hcp-field span {
  display: block;
  color: var(--hcp-muted);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 6px;
}

.hcp-field select,
.hcp-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--hcp-line);
  border-radius: 4px;
  background: var(--hcp-white);
  color: var(--hcp-ink);
  font: inherit;
}

.hcp-range {
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
}

.hcp-bedrooms {
  grid-column: 3;
  grid-row: 2;
}

.hcp-filter-card > .hcp-button {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
}

.hcp-range-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hcp-range-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 10px;
}

.hcp-range-values label span {
  font-size: 12px;
  margin-bottom: 4px;
}

.hcp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(110deg, var(--hcp-green), var(--hcp-blue), var(--hcp-green));
  background-size: 220% 100%;
  color: var(--hcp-white);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  animation: hcp-shine 5s linear infinite;
}

@keyframes hcp-shine {
  0% { background-position: 0 0; }
  100% { background-position: 220% 0; }
}

.hcp-print-link {
  grid-column: 1 / -1;
  text-align: center;
}

.hcp-results-layout {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.hcp-map {
  height: 620px;
  min-height: 420px;
  border-radius: var(--hcp-radius);
  border: 1px solid var(--hcp-line);
  overflow: hidden;
  position: sticky;
  top: 210px;
  z-index: 1;
}

.hcp-map-marker {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--hcp-blue);
  color: var(--hcp-white);
  border: 3px solid var(--hcp-white);
  box-shadow: 0 5px 16px rgba(12, 68, 106, .35);
  font-weight: 900;
  font-size: 14px;
}

.hcp-entry-grid {
  display: grid;
  gap: 22px;
}

.hcp-entry-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 20px;
  padding: 16px;
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  background: var(--hcp-white);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(12, 68, 106, .08);
}

.hcp-entry-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: var(--hcp-soft);
}

.hcp-entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hcp-number {
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--hcp-blue);
  color: var(--hcp-white);
  font-weight: 900;
}

.hcp-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #edf5f8;
  color: var(--hcp-blue-dark);
  font-weight: 800;
  font-size: 13px;
}

.hcp-entry-card h2 {
  margin: 8px 0 6px;
  font-size: 24px;
  line-height: 1.16;
}

.hcp-entry-card h2 span,
.hcp-detail-head h1 span {
  display: block;
}

.hcp-entry-card h2 span + span {
  margin-top: 2px;
  color: var(--hcp-blue-dark);
}

.hcp-card-meta {
  color: var(--hcp-muted);
  margin: 0;
}

.hcp-detail-card {
  padding: clamp(24px, 4vw, 52px);
  margin-top: 38px;
}

.hcp-entry-neighbor-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

.hcp-entry-neighbor {
  display: grid;
  gap: 3px;
  min-height: 72px;
  padding: 14px 18px;
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  background: var(--hcp-white);
  box-shadow: 0 10px 28px rgba(12, 68, 106, .08);
  color: var(--hcp-blue-dark);
  text-decoration: none;
}

.hcp-entry-neighbor span {
  color: var(--hcp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hcp-entry-neighbor strong {
  font-size: 16px;
  line-height: 1.25;
}

.hcp-entry-neighbor-next {
  text-align: right;
}

.hcp-entry-neighbor-next:only-child {
  grid-column: 2;
}

.hcp-detail-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 34px;
}

.hcp-detail-head h1 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.14;
}

.hcp-detail-head h1 span + span {
  color: var(--hcp-blue-dark);
  margin-top: 4px;
  font-size: .78em;
}

.hcp-detail-type {
  display: inline-flex;
  margin-top: 12px;
}

.hcp-detail-brand {
  display: grid;
  justify-items: end;
  gap: 12px;
  min-width: 190px;
}

.hcp-detail-brand img {
  max-width: 220px;
  max-height: 104px;
  object-fit: contain;
}

.hcp-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 42px;
  margin-bottom: 36px;
}

.hcp-fact-label {
  color: var(--hcp-muted);
  font-size: 15px;
}

.hcp-fact-value {
  font-size: 19px;
  font-weight: 800;
}

.hcp-fact-value a {
  color: var(--hcp-blue-dark);
}

.hcp-gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 18px;
  margin: 28px 0;
}

.hcp-gallery a,
.hcp-photo-grid a,
.hcp-floorplan-grid a[data-hcp-lightbox] {
  display: block;
}

.hcp-gallery img,
.hcp-photo-grid img,
.hcp-floorplan-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--hcp-radius);
  border: 1px solid var(--hcp-line);
}

.hcp-gallery img {
  min-height: 260px;
}

.hcp-detail-section {
  margin-top: 36px;
}

.hcp-detail-section h2 {
  color: var(--hcp-blue-dark);
  font-size: 24px;
}

.hcp-about-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.hcp-builder-contact {
  padding: 22px;
  box-shadow: 0 12px 32px rgba(12, 68, 106, .08);
}

.hcp-builder-contact h2 {
  margin-top: 0;
}

.hcp-builder-contact form {
  display: grid;
  gap: 14px;
}

.hcp-builder-contact-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hcp-builder-contact label {
  display: grid;
  gap: 6px;
  color: var(--hcp-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.hcp-builder-contact input,
.hcp-builder-contact textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  padding: 9px 11px;
  color: var(--hcp-ink);
  font: inherit;
  background: var(--hcp-white);
}

.hcp-builder-contact textarea {
  min-height: 92px;
  resize: vertical;
}

.hcp-photo-grid,
.hcp-floorplan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hcp-photo-grid img {
  aspect-ratio: 4 / 3;
}

.hcp-floorplan-grid img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--hcp-white);
}

.hcp-floorplan-embed {
  overflow: hidden;
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  background: var(--hcp-white);
}

.hcp-floorplan-embed iframe {
  display: block;
  width: 100%;
  height: min(74vw, 920px);
  min-height: 620px;
  border: 0;
}

.hcp-floorplan-embed img {
  display: block;
  width: 100%;
  height: auto;
}

.hcp-floorplan-images {
  display: grid;
  gap: 18px;
  border: 0;
  background: transparent;
}

.hcp-floorplan-images a {
  display: block;
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  overflow: hidden;
  background: var(--hcp-white);
}

.hcp-tour-grid {
  display: grid;
  gap: 18px;
}

.hcp-tour-frame {
  aspect-ratio: 16 / 9;
  border-radius: var(--hcp-radius);
  overflow: hidden;
  border: 1px solid var(--hcp-line);
  background: var(--hcp-blue-dark);
}

.hcp-tour-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hcp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(8, 38, 60, .86);
}

.hcp-lightbox.is-open {
  display: grid;
}

.hcp-lightbox img {
  max-width: min(1100px, 96vw);
  max-height: 90vh;
  border-radius: var(--hcp-radius);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}

.hcp-lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--hcp-white);
  color: var(--hcp-blue-dark);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.hcp-sponsor-groups {
  display: grid;
  gap: 36px;
}

.hcp-sponsor-group h2 {
  color: var(--hcp-blue-dark);
  border-bottom: 3px solid var(--hcp-green);
  padding-bottom: 10px;
}

.hcp-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hcp-sponsor-grid .hcp-sponsor-ad {
  min-height: 150px;
}

.hcp-sponsor-grid .hcp-sponsor-ad img {
  max-height: 140px;
}

.hcp-faq-intro {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  color: var(--hcp-blue-dark);
  font-size: 19px;
  font-weight: 800;
}

.hcp-faq-intro p {
  margin: 0;
}

.hcp-faq-section {
  margin-top: 38px;
}

.hcp-faq-section h2 {
  color: var(--hcp-blue-dark);
  border-bottom: 3px solid var(--hcp-green);
  padding-bottom: 10px;
}

.hcp-faq-list,
.hcp-top-ten {
  display: grid;
  gap: 12px;
}

.hcp-faq-list details,
.hcp-top-ten details {
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  background: var(--hcp-white);
  box-shadow: 0 10px 26px rgba(12, 68, 106, .07);
  overflow: hidden;
}

.hcp-faq-list summary,
.hcp-top-ten summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--hcp-blue-dark);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.hcp-faq-list details[open] summary,
.hcp-top-ten details[open] summary {
  border-bottom: 1px solid var(--hcp-line);
}

.hcp-faq-answer {
  padding: 18px;
  color: var(--hcp-ink);
}

.hcp-faq-answer p,
.hcp-faq-answer ul {
  margin-top: 0;
}

.hcp-faq-note {
  padding: 14px 16px;
  border-left: 4px solid var(--hcp-green);
  background: var(--hcp-soft);
  color: var(--hcp-blue-dark);
  font-weight: 700;
}

.hcp-vote-form {
  display: grid;
  gap: 22px;
  padding: 26px;
  margin-top: 26px;
}

.hcp-vote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hcp-notice {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: var(--hcp-radius);
  font-weight: 800;
}

.hcp-notice-success {
  background: #eef8ee;
  color: var(--hcp-green-dark);
  border: 1px solid rgba(77, 155, 69, .35);
}

.hcp-notice-error {
  background: #fff4f4;
  color: #8b1f1f;
  border: 1px solid rgba(139, 31, 31, .25);
}

.hcp-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;
}

.hcp-entry-form-intro {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.hcp-entry-form-intro p {
  margin: 0;
}

.hcp-entry-form-pricing {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 18px;
  border-left: 4px solid var(--hcp-green);
  background: var(--hcp-soft);
  color: var(--hcp-blue-dark);
  font-weight: 700;
}

.hcp-entry-form-pricing p {
  margin: 0;
}

.hcp-entry-form-pricing br {
  display: none;
}

.wpcf7 form {
  display: grid;
  gap: 26px;
}

.wpcf7 .hcp-form-section {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  background: var(--hcp-white);
  box-shadow: 0 12px 32px rgba(12, 68, 106, .08);
}

.wpcf7 .hcp-form-section h2 {
  margin: 0;
  color: var(--hcp-blue-dark);
  font-size: 24px;
  line-height: 1.15;
}

.wpcf7 .hcp-form-note {
  margin: 0;
  color: var(--hcp-muted);
  font-size: 15px;
}

.wpcf7 .hcp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wpcf7 .hcp-form-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wpcf7 label {
  display: grid;
  gap: 7px;
  color: var(--hcp-blue-dark);
  font-weight: 800;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--hcp-line);
  border-radius: var(--hcp-radius);
  padding: 10px 12px;
  color: var(--hcp-ink);
  font: inherit;
  background: var(--hcp-white);
}

.wpcf7 textarea {
  min-height: 130px;
  resize: vertical;
}

.wpcf7 .wpcf7-list-item {
  margin-left: 0;
  margin-right: 18px;
}

.wpcf7 .wpcf7-list-item label,
.wpcf7 .wpcf7-acceptance label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}

.wpcf7 .wpcf7-list-item input[type="radio"],
.wpcf7 .wpcf7-list-item input[type="checkbox"],
.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  flex: 0 0 auto;
  margin: .28em 0 0;
}

.wpcf7 .wpcf7-list-item-label {
  display: inline;
}

.wpcf7 .wpcf7-submit {
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--hcp-radius);
  background: var(--hcp-blue-dark);
  color: var(--hcp-white);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.wpcf7 .wpcf7-submit:hover {
  background: var(--hcp-green-dark);
}

.hcp-footer {
  background: var(--hcp-blue-dark);
  color: var(--hcp-white);
  padding: 42px 22px;
}

.hcp-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.hcp-footer a { color: var(--hcp-white); }
.hcp-ada { font-size: 13px; opacity: .84; max-width: 900px; }

@media (max-width: 1100px) {
  .hcp-sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .hcp-header {
    position: static;
  }

  .hcp-header-inner {
    min-height: 118px;
    padding: 14px 8px;
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .hcp-logo img { width: 145px; }

  .hcp-menu-toggle { display: inline-grid; place-items: center; }

  .hcp-header-content {
    order: 3;
    width: calc(100vw - 16px);
    max-width: 100%;
    justify-items: center;
    gap: 0;
  }

  .hcp-presented-by {
    margin-top: 5px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
  }

  .hcp-presented-by img {
    height: 80px;
  }

  .hcp-header-date {
    width: 100%;
    text-align: center;
    font-size: 26px;
  }

  .hcp-header-event {
    width: 100%;
    text-align: center;
    font-size: 19px;
    white-space: normal;
  }

  .hcp-nav {
    position: fixed;
    inset: 146px 0 auto 0;
    display: none;
    padding: 24px;
    background: var(--hcp-white);
    border-bottom: 4px solid var(--hcp-green);
    box-shadow: 0 16px 26px rgba(12, 68, 106, .12);
    flex-direction: column;
    align-items: flex-start;
  }

  body.hcp-menu-open .hcp-nav { display: flex; }

  .hcp-two-col,
  .hcp-results-layout,
  .hcp-entry-card,
  .hcp-gallery,
  .hcp-about-contact,
  .hcp-photo-grid,
  .hcp-floorplan-grid {
    grid-template-columns: 1fr;
  }

  .hcp-wrap {
    padding: 38px 20px;
  }

  .hcp-filter-card,
  .hcp-facts,
  .hcp-sponsor-grid,
  .hcp-vote-grid,
  .wpcf7 .hcp-form-grid,
  .wpcf7 .hcp-form-grid-3 {
    grid-template-columns: 1fr;
  }

  .hcp-range,
  .hcp-bedrooms,
  .hcp-filter-card > .hcp-button,
  .hcp-print-link {
    grid-column: auto;
    grid-row: auto;
  }

  .hcp-map {
    position: relative;
    top: auto;
    height: 360px;
  }

  .hcp-sponsor-column {
    position: static;
  }

  .hcp-paid-advertisements-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hcp-detail-head {
    display: grid;
  }

  .hcp-entry-neighbor-nav {
    grid-template-columns: 1fr;
  }

  .hcp-entry-neighbor-next,
  .hcp-entry-neighbor-next:only-child {
    grid-column: auto;
    text-align: left;
  }

  .hcp-detail-brand {
    justify-items: start;
  }

  .hcp-builder-contact-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .hcp-paid-advertisements-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 374px) {
  .hcp-header-date {
    font-size: 25px;
  }

  .hcp-header-event {
    font-size: 18px;
  }
}

@media (max-width: 340px) {
  .hcp-header-date {
    font-size: 22px;
  }

  .hcp-header-event {
    font-size: 16px;
  }
}
