.hive-embed-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  overflow: auto;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  display: none;
  text-align: center;
}

.hive-embed-overlay[data-open="true"] {
  display: flex;
}

.hive-embed-container {
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  padding: 1em 0;
}

.hive-embed-panel {
  margin: 1em 0;
  background: white;
  padding: 1em;
}

.hive-embed-overlay form {
  text-align: left;
}

.hive-embed-overlay form button {
  display: flex;
  align-items: flex-start;
  width: auto;
  margin: 1em auto 0;
  padding: 0.35em 0.6em 0.45em;
  border: 1px solid #c9beaf;
  background-color: transparent;
  color: #B46E3C;
  font-style: italic;
}

.hive-embed-overlay form button,
.hive-embed-overlay form input {
  border-radius: 0;
}

.hive-close-button {
  margin-top: 1em;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
  color: #B46E3C;
  font-style: italic;
  font-size: 0.8em;
  display: inline-block;
  width: auto;
}

.hive-embed-overlay h2,
.hive-embed-overlay h3 {
  margin: .5em 0;
}

.hive-signup-form label {
  margin-top: 2em;
}

.hive-signup-form label, .hive-signup-form input, .hive-signup-form button, .hive-signup-form span, .hive-signup-form .iti {
  max-width: 100% !important;
}

@media (min-width: 1018px) {
  .hive-embed-overlay .lg-6-12 {
    margin: 0 25%;
  }
}
