/* Preserve The Last-Month AYC Vest Design While Letting Sections Use The Full Viewport. */
.max-w-7xl {
  width: 100%;
  max-width: 1840px !important;
}

/* Keep Public Copy In The Requested Title Case. */
#root { text-transform: capitalize; }
#root p:not([class*="text-center"]) {
  text-align: justify;
  text-justify: inter-word;
}

/* Property Photography Uses A Precise 4px Corner Radius. */
#root img[src*="/images/"] { border-radius: 4px !important; }

/* Remove The Decorative Glow So The Image Corner Radius Is Fully Visible. */
#root main > section:first-of-type .pointer-events-none.absolute { display: none !important; }
#root main > section:first-of-type [class*="rounded-[28px]"] {
  background: transparent !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  --tw-ring-shadow: 0 0 transparent !important;
  --tw-shadow: 0 0 transparent !important;
}

/* Reduce The Desktop Gap Between The Hero Copy And Property Image. */
#root main > section:first-of-type [class*="grid-cols-[1.05fr_0.95fr]"] { gap: 2.5rem !important; }

@media (min-width: 1700px) {
  .max-w-7xl { max-width: 1840px !important; }
}
