{t("predictionClosedMessage")} @@ -204,26 +225,60 @@ export const ConsumerShell: FC<{ !isMultipleChoice && !isNonFanGroup && "flex-col-reverse", - showSideBySide && "sm:flex-row sm:items-center sm:gap-8" + showSideBySide && + cn("sm:flex-row sm:items-center", { + "sm:gap-0 md:gap-8": isBinarySingleQuestion, + "sm:gap-8": !isBinarySingleQuestion, + }) )} > -
- {t("currentEstimate")} -
- )} - {!hideCP && ( -+ {t("currentEstimate")} +
++ {t("currentEstimate")} +
+ )} + {!hideCP && !forecastAvailability.cpRevealsOn && ( +