.wp-block-social-links {
  justify-content: center;
}

.wp-block-social-link-anchor {
  font-size: 4rem;
}

.sb-content-metadata {
  display: flex;
  gap: 1rem;
}

.sb-content-metadata > * {
  display: flex;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.logo-box img {
  width: 8rem !important;
}

.topbar-contents {
  padding-inline: var(--wp--preset--spacing--spacing-e-50);
}

.sb-triple .wp-block-column {
  display: flex;
}

.sb-triple .sb-pod {
  flex: 1 1 auto;
}

.sb-pod a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .logo-box img {
    width: auto !important;
  }

  .topbar-contents {
    padding-inline: 0;
  }
}

.visually-hidden,
.wp-block-search .wp-block-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wp-block-search .wp-block-search__input {
  border-color: transparent;
}

.wp-block-template-part:has(footer) {
  margin: 0 !important;
}

.sb-newsletter-block__form .sb-form-row,
.sb-newsletter-block__form .sb-form-actions-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.sb-newsletter-block__form .sb-form-actions-row {
  justify-content: center !important;
}

.sb-newsletter-block__form .sb-form-actions-row .wpcf7-spinner {
  margin: 0 !important;
}

.sb-newsletter-block__form .sb-form-actions-row > p {
  margin-block: 0;
}

.sb-newsletter-block__form .wpcf7-list-item {
  margin: 0 !important;
}

.sb-newsletter-block__form .sb-form-control {
  display: flex;
  flex: 1 1 auto;
}

@media screen and (min-width: 768px) {
  .sb-newsletter-block__form .sb-form-control {
    flex: 0 0 calc(calc(100%/2) - .5rem);
  }
}

.sb-newsletter-block__form .sb-form-control p {
  margin-block: 0 1rem;
  width: 100%;
}

.sb-form-actions-row p:last-of-type {
  display: flex;
  flex-direction: row-reverse;
}

.sb-newsletter-block__form input[type="text"],
.sb-newsletter-block__form input[type="email"] {
  border-color: var(--wp--preset--color--turquoise-dark-100);
  border-style: solid;
  font-size: 1rem;
  padding-block: .5rem;
  width: 100%;
}

.sb-newsletter-block__form input[type="submit"] {
  border-color: var(--wp--preset--color--turquoise-dark-100);
  border-style: solid;
  cursor: pointer;
  font-size: 1rem;
  padding: .5rem 1rem;
}

@media screen and (min-width: 960px) {}

[hidden] {
  display: none !important;
}

.teaser-title > a {
  font-size: inherit !important;
  text-decoration: inherit !important;
}