#combo-options .frame-310 {
  grid-row-gap: 8px;
}

.combo-duo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 320px;
  min-height: 72px;
  padding: 14px 22px;
  border-radius: 18px;
  background: #111;
  color: #fbee35;
  font-family: Baskervville, "Libre Baskerville", serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.14);
}

.combo-duo-includes {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.62);
}
