body.v14-web .web-guided-breath-program.is-auto-presented {
  border-color: rgba(90, 110, 201, 0.24);
  background:
    radial-gradient(circle at 50% 34%, rgba(111, 200, 181, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(251, 250, 255, 0.98), rgba(245, 250, 248, 0.98));
  box-shadow: 0 20px 50px rgba(48, 40, 96, 0.13);
}

body.v14-web .web-guided-breath-voice-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 12px 0 4px;
  color: #55506f;
  font-size: 14px;
  line-height: 1.55;
}

body.v14-web .web-guided-breath-voice-note svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #6254c7;
}

body.v14-web .web-guided-breath-program.is-auto-presented:not(.is-active):not(.is-complete) .web-guided-breath-stage {
  display: grid;
}

body.v14-web .web-guided-breath-program.is-auto-presented:not(.is-active):not(.is-complete) .web-guided-breath-track {
  display: block;
}

body.v14-web .web-guided-breath-program.is-complete .web-guided-breath-dismiss {
  display: none;
}

body.v14-web .web-guided-breath-program.is-auto-presented .web-guided-breath-stage {
  margin-top: 20px;
}

body.v14-web .web-guided-breath-program.is-auto-presented .web-guided-breath-actions .primary-button {
  min-height: 48px;
}
