/* Astro-specific compatibility layer for the recovered Ghost Edge theme. */
.gh-content img { max-width: 100%; height: auto; }
.gh-head-logo img { width: auto; }
.gh-content > p > img, .gh-content > img { display: block; margin: 2.4rem auto; }
.gh-content figure { margin-top: 2.4rem; margin-bottom: 2.4rem; }
.gh-contact-form { margin-top: 2rem; }
.gh-form-group { margin-bottom: 1.4rem; }
.gh-contact-form .gh-portal-input-label { display: block; margin-bottom: .5rem; color: #493600; font-size: 1.1rem; font-weight: 600; }
.gh-portal-input { width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1px solid #d8d8d8; border-radius: 4px; background: #fff; color: #111; font: inherit; }
textarea.gh-portal-input { resize: vertical; }
.gh-btn-primary { width: 100%; border: 0; border-radius: 4px; padding: 13px 18px; color: #fff; background: #0a0a0a; cursor: pointer; font: inherit; font-weight: 600; }
.gh-contact-form .gh-btn-primary { border-radius: 100px; }
.gh-content > blockquote {
  border: 0;
  border-radius: .25em;
  padding: 1.2em 1.6em;
  background: var(--color-primary);
  color: #15171a;
}
.gh-content > blockquote p { margin: 0; }
.gh-content > blockquote:has(> h2) {
  padding: 2em;
  color: var(--color-darker-gray);
}
.gh-content > blockquote:has(> h2) > * + * { margin-top: 1em; }
.gh-content > blockquote:has(> h2) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8em 1.25em;
  border-radius: 100px;
  background: var(--color-black);
  color: var(--color-white);
  font-family: var(--font-sans);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.gh-foot-menu .nav { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.gh-foot-menu .nav li { margin: 0; }
.gh-foot,
.gh-foot h2,
.gh-foot p,
.gh-foot li,
.gh-foot a,
.gh-foot strong { color: #15171a; }
@media (max-width: 767px) {
  .gh-head-menu .nav { display: flex; flex-direction: column; }
  .gh-content > blockquote:has(> h2) { padding: 1.5em; }
  .gh-foot {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    white-space: normal;
  }
  .gh-foot-inner {
    width: 100%;
    min-width: 0;
    gap: 2.4rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .gh-foot-inner + .gh-foot-inner { margin-top: 3.2rem; }
  .gh-foot-inner > * {
    min-width: 0;
    max-width: 100%;
  }
  .gh-foot ul {
    margin: 0;
    padding: 0;
  }
  .gh-foot li,
  .gh-foot p,
  .gh-foot a {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
