dialog {
  color: inherit;
  max-width: none;
}

body.site-shell {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1 0 auto;
}

.site-footer {
  flex-shrink: 0;
}

.site-cta-section {
  padding-bottom: clamp(5rem, 8vw, 7rem);
}

dialog[data-menu-dialog] {
  margin: 0 0 0 auto;
}

details > summary::-webkit-details-marker {
  display: none;
}

[data-contact-form] input,
[data-contact-form] textarea,
[data-contact-form] button {
  font: inherit;
}
