.pebb-embed {
  width: 100vw;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  color: #203b31;
  background: #edf1ec;
  border-block: 1px solid #d1d9d2;
}

.pebb-embed__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.1rem 0;
}

.pebb-embed__intro h2 {
  margin: 0.1rem 0 0.25rem;
  color: #203b31;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.08;
}

.pebb-embed__intro p {
  max-width: 760px;
  margin: 0;
  color: #4e6258;
  line-height: 1.5;
}

.pebb-embed__eyebrow {
  color: #176da0 !important;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pebb-embed__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  color: #fff !important;
  background: #176da0;
  border: 2px solid #203b31;
  border-radius: 0.75rem;
  box-shadow: 0 3px 0 #203b31;
  font-weight: 800;
  text-decoration: none !important;
}

.pebb-embed__link:hover,
.pebb-embed__link:focus-visible {
  color: #fff !important;
  background: #125b87;
}

.pebb-embed__frame {
  display: block;
  width: 100%;
  height: max(760px, calc(100vh - 120px));
  min-height: 760px;
  background: #edf1ec;
  border: 0;
}

.pebb-embed__noscript {
  margin: 0;
  padding: 1rem;
  color: #7b251c;
  background: #fff0ed;
  text-align: center;
}

@media (max-width: 700px) {
  .pebb-embed__intro {
    align-items: stretch;
    flex-direction: column;
  }

  .pebb-embed__link {
    width: 100%;
  }

  .pebb-embed__frame {
    height: 82vh;
    min-height: 680px;
  }
}

