.astro-contact-form {
  display: grid;
  gap: 0.65rem;
  max-width: 720px;
}

.astro-contact-form label {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-top: 0.65rem;
  color: #384034;
  font-weight: 700;
}

.astro-contact-form span {
  display: inline-block;
  margin-left: 0.35rem;
  color: #a0442f;
  font-size: 0.8rem;
}

.astro-contact-form input,
.astro-contact-form textarea {
  width: 100%;
  border: 1px solid #d7d2c5;
  border-radius: 4px;
  background: #fff;
  padding: 0.85rem 1rem;
  font: inherit;
}

.astro-contact-form button {
  justify-self: start;
  margin-top: 0.85rem;
  min-width: 12rem;
  border: 0;
  border-radius: 999px;
  background: #6b8a4c;
  color: #fff;
  padding: 0.9rem 1.5rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.astro-contact-form button:disabled {
  cursor: progress;
  opacity: 0.65;
}

.astro-contact-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.astro-contact-section {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.astro-contact-lead {
  margin: 0 0 1.25rem;
  line-height: 1.9;
}

.astro-contact-note,
.astro-contact-status {
  margin: 0.25rem 0 0;
  color: #5b6455;
  font-size: 0.9rem;
  line-height: 1.8;
}

.astro-contact-status.is-success {
  color: #286f47;
}

.astro-contact-status.is-error {
  color: #a0442f;
}

.astro-contact-status:empty {
  display: none;
}

.recipe-post__content {
  clear: both;
  display: flow-root;
  margin-top: 1.5rem;
}

.recipe-post__content .wp-video,
.recipe-post__content video,
.astro-youtube-embed {
  width: 100% !important;
  max-width: 640px;
}

.recipe-post__content .wp-video {
  margin: 0 0 1.5rem;
}

.recipe-post__content video {
  display: block;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #111;
}

.astro-youtube-embed {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin: 0 0 1.5rem;
  background: #111;
}

.astro-youtube-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.recipe-post__cats {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.recipe-post__material {
  clear: both;
  margin-top: 2.5rem !important;
}
