.recommendation-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.recommendation-imperdível {
  background: #d8fff0;
  color: #07563c;
}

.recommendation-pausa-planejada {
  background: #fff4d6;
  color: #715000;
}

.live-recommendation {
  margin: 22px 0 30px;
  padding: 26px;
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#06195f, #082477) padding-box, var(--brand-gradient) border-box;
  color: #fff;
  box-shadow: 0 18px 38px #0824772e;
}

.live-recommendation-head,
.live-recommendation-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.live-recommendation-head {
  justify-content: space-between;
}

.live-recommendation-head span {
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.live-recommendation-head small {
  color: #ffffffb8;
  font-size: 9px;
}

.live-recommendation h3 {
  max-width: 760px;
  margin: 15px 0 12px;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.live-recommendation-meta {
  color: #dbe8ff;
  font-size: 10px;
}

.live-recommendation-meta time {
  color: var(--green);
  font: 800 12px var(--font-geist-mono), monospace;
}

.live-recommendation p {
  margin: 16px 0 7px;
  color: #ffffffd1;
  font-size: 12px;
  line-height: 1.55;
}

.live-recommendation .agenda-speakers {
  border-color: #ffffff29;
  background: #ffffff0d;
}

.live-recommendation .agenda-speaker strong {
  color: #fff;
}

.live-recommendation .agenda-speaker small,
.live-recommendation .agenda-speakers-label {
  color: #ffffffb8;
}

.movement-note {
  display: block;
  color: #ffffffa6;
  font-size: 9px;
}

.live-profile-warning {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 18px 0 24px;
  padding: 17px 19px;
  border: 1px solid #b9cce4;
  border-radius: 15px;
  background: #f3f8ff;
}

.live-profile-warning strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
}

.live-profile-warning p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 10px;
}

@media (max-width: 760px) {
  .live-recommendation {
    padding: 21px 17px;
  }

  .live-recommendation h3 {
    font-size: 23px;
  }

  .live-profile-warning {
    align-items: flex-start;
    flex-direction: column;
  }

  .live-profile-warning .text-button {
    padding: 8px 0;
  }

  .recommendation-badge {
    margin-bottom: 10px;
  }
}

/* Participant-first content preferences */
.outcome-choice-group {
  margin: 4px 0 38px;
}

.outcome-choice-group legend {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  margin-bottom: 0;
}

.outcome-choice-group .choice-title {
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: none;
}

.choice-counter {
  flex: none;
  margin-left: auto;
  padding: 7px 10px;
  border: 1px solid #cbdcf0;
  border-radius: 999px;
  background: #f3f8ff;
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.choice-hint {
  max-width: 660px;
  margin: 7px 0 17px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.outcome-choice-group .chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.outcome-choice-group .chips button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 86px;
  gap: 16px;
  padding: 17px 18px;
  border: 1.5px solid #d5e1ef;
  border-radius: 17px;
  background: #fff;
  color: var(--navy);
  text-align: left;
  box-shadow: 0 7px 18px #0824770a;
}

.outcome-choice-group .chips button:hover {
  border-color: #7ab8f8;
  box-shadow: 0 10px 22px #087cf318;
  transform: translateY(-1px);
}

.outcome-choice-group .chips button.selected {
  border-color: var(--blue);
  background: #eef6ff;
  color: var(--navy);
  box-shadow: 0 0 0 1px var(--blue), 0 10px 24px #087cf31a;
}

.outcome-choice-group .chips button.choice-limit:not(.selected) {
  cursor: not-allowed;
  opacity: .58;
}

.choice-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.choice-copy strong {
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.choice-copy small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.35;
}

.choice-check {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 0 0 4px #dcecff;
}

@media (max-width: 760px) {
  .outcome-choice-group legend {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .choice-counter {
    margin-left: 0;
  }

  .outcome-choice-group .chips {
    grid-template-columns: 1fr;
  }

  .outcome-choice-group .chips button {
    min-height: 78px;
    padding: 15px 16px;
  }
}
