.pr-front-preview,
		.pr-sameday-countdown .wd-free-progress-bar {
			display: flex;
			align-items: center;
			gap: 10px;
			width: 100%;
			min-height: 46px;
			padding: 12px 14px;
			border: 1px solid #e5e7eb;
			border-radius: 8px;
			background: #fff;
			color: #111;
			font-size: 14px;
			font-weight: 500;
			line-height: 1.45;
		}

		.pr-front-preview {
			max-width: 720px;
		}

		.pr-sameday-countdown {
			margin: 16px 0;
		}

		.pr-sameday-countdown[hidden] {
			display: none !important;
		}

		.pr-np-icon,
		.pr-np-icon-prev {
			display: block;
			flex: 0 0 auto;
			width: 24px;
			height: 24px;
		}

		.pr-sameday-text,
		#pr-demo-text {
			min-width: 0;
		}

		.pr-sameday-time,
		.pr-front-preview-time {
			color: #111;
			font-weight: 700;
			white-space: nowrap;
		}

		.pr-demo-label {
			margin: 0 0 10px;
			color: #50575e;
			line-height: 1.5;
		}

		.pr-demo-day {
			margin-left: 4px;
			color: #50575e;
			font-style: normal;
		}

		@media screen and (max-width: 600px) {
			.pr-front-preview,
			.pr-sameday-countdown .wd-free-progress-bar {
				align-items: flex-start;
				padding: 10px 12px;
			}
		}