/* The public entry keeps the room controls ahead of the product story. */
body.civic-ui .landing-page-refresh .participant-entry-section {
  padding: 0;
  background: #f3f1ea;
  color: #253a31;
}

body.civic-ui .landing-page-refresh .participant-entry-section::before,
body.civic-ui .landing-page-refresh .participant-entry-section::after,
body.civic-ui .landing-page-refresh .participant-entry-card::before,
body.civic-ui .participant-entry-halo .landing-halo-stage__glow,
body.civic-ui .participant-entry-halo::before,
body.civic-ui .participant-entry-halo::after {
  display: none;
}

body.civic-ui .landing-page-refresh .participant-entry-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.25rem;
  border: 1px solid #d6dcd2;
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: none;
  backdrop-filter: none;
}

body.civic-ui .landing-page-refresh .participant-entry-hero-lockup {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: start;
  justify-items: start;
  gap: 1rem;
  text-align: left;
}

body.civic-ui .landing-page-refresh .participant-entry-halo {
  width: 96px;
  height: 96px;
  min-width: 0;
  margin: 0;
}

body.civic-ui .landing-page-refresh .participant-entry-copy-block {
  margin: 0;
  gap: 0.65rem;
  justify-items: start;
  text-align: left;
}

body.civic-ui .landing-page-refresh .participant-entry-eyebrow {
  color: #657168;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

body.civic-ui .landing-page-refresh .participant-entry-copy h1 {
  max-width: 16ch;
  color: #253a31;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.1;
  text-wrap: pretty;
}

body.civic-ui .landing-page-refresh .participant-entry-support {
  margin: 0;
  color: #657168;
  font-size: 0.9rem;
  line-height: 1.5;
}

body.civic-ui .landing-page-refresh .participant-entry-panel {
  width: 100%;
  padding: 0;
  gap: 1rem;
  align-self: start;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.civic-ui .participant-entry-section .button {
  min-height: 48px;
  border: 1px solid #c9d1c6;
  border-radius: 9px;
  background: #fffdf8;
  color: #253a31;
  box-shadow: none;
}

body.civic-ui .participant-entry-section .button.primary {
  border-color: #a34e35;
  background: #a34e35;
  color: #fffdf8;
}

body.civic-ui .participant-entry-section .button:hover {
  border-color: #253a31;
  transform: none;
}

body.civic-ui .landing-page-refresh .participant-entry-help {
  padding: 0.85rem 0;
  border: 0;
  border-top: 1px solid #d6dcd2;
  border-radius: 0;
  background: transparent;
}

body.civic-ui .participant-entry-section summary {
  color: #253a31;
  font-weight: 600;
  cursor: pointer;
}

body.civic-ui .landing-page-refresh .participant-entry-host-login {
  display: grid;
  gap: 0.65rem;
  padding: 1rem 0 0;
  border: 0;
  border-top: 1px solid #d6dcd2;
  border-radius: 0;
  background: transparent;
}

body.civic-ui .landing-page-refresh .participant-entry-host-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

body.civic-ui .landing-page-refresh .participant-entry-host-actions .button {
  width: auto;
  min-height: 44px;
}

body.civic-ui .participant-entry-pilot-link {
  color: #253a31;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.civic-ui .participant-entry-about {
  grid-column: 1 / -1;
  padding-top: 1rem;
  border-top: 1px solid #d6dcd2;
  font-size: 0.85rem;
}

body.civic-ui .participant-entry-about-content {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  color: #657168;
}

body.civic-ui .participant-entry-about-content p {
  margin: 0;
}

body.civic-ui .participant-entry-about .landing-halo-key {
  justify-content: start;
}

body.civic-ui .landing-page-refresh .participant-entry-about .participant-entry-steps {
  display: grid;
  gap: 1rem;
  margin: 0;
}

body.civic-ui .landing-page-refresh .participant-entry-about .participant-entry-steps li {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.civic-ui .participant-entry-section .participant-discovery-panel {
  border: 1px solid #d6dcd2;
  border-radius: 9px;
  padding: 1rem;
  background: #f3f1ea;
}

@media (min-width: 992px) {
  body.civic-ui .landing-page-refresh .participant-entry-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 2rem 3rem;
    padding: 2rem;
  }
}
