@import "../../../theme/css/variables.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.justify-center {
	justify-content: center;
}

.flex {
	display: flex;
}

.reviews__addContent {
	margin-bottom: 48px;
	margin-top: 32px;
}

#reviews__submitMessage {
	display: none;
	margin-bottom: 48px;
	margin-top: 32px;
	color: #2945B8;
	font-family: "Red Hat Display", sans-serif;
	font-weight: 600;
}

.reviews__addContent input,
.reviews__reply--input {
	border: 1px solid #BDBEBF;
	font-size: 100%;
	color: inherit;
	font-family: "Red Hat Display", sans-serif;
	padding: 10px 16px;
	outline: none;
	width: 425px;
}

.reviews__comment--submitted {
	font-size: 16px;
	color: #2945B8;
	font-family: "Red Hat Display", sans-serif;
	font-weight: 600;
	margin-left: 80px;
	margin-bottom: 20px;
	display: none;
}

.reviews__comment--reply {
	display: none;
	margin-left: 80px;
	margin-bottom: 20px;
}

#reviews__addContent--submit,
.reviews__reply--submit {
	max-height: 48px;
	cursor: pointer;
	background-color: #2945B8;
	color: #fff;
	font-family: "Red Hat Display", sans-serif;
	font-weight: 800;
	border: none;
	width: 125px;
	height: 100%;
	border: 2px solid transparent;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 8px;
	border-radius: 9999px;
}

.amount {
	font-size: 14px;
}

.reviews__time {
	color: #808080;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400 !important;
}

.reviews__content {
	max-width: 873px;
	margin-top: 40px;
}

.reviews__commentsWrapper {
	font-family: 'Red Hat Display', sans-serif;
	width: 100%;
	margin: auto;
}

.items-center {
	align-items: center;
}

.flex-col {
	flex-direction: column;
}

.w-full {
	width: 100%;
}

.reviews__headline {
	color: #27377a;
}

.font-bold {
	font-weight: 700;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.mb-3 {
	margin-bottom: .75rem;
}

.gap-5 {
	gap: 1.25rem;
}

.p-4 {
	padding: 1rem;
}

.desktop\:items-center {
	align-items: center;
}

.reviews__comment:first-child {
	border: none;
}

.reviews__commentAuthor {
	color: #2945B8;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 6px;
}

.py-2\.5 {
	padding-top: .625rem;
	padding-bottom: .625rem;
}

.reviews__commentActions a {
	color: #2945B8;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Red Hat Display', sans-serif;
}

.likeAmount {
	margin-left: 10px;
	margin-right: 8px;
}

.likeAmount img {
	margin-right: 4px;
}

.reviews__commentAuthorImage {
	max-width: 44px;
	height: 44px;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.reviews__commentTextWrapper {
	background-color: white;
}

.reviews__commentTextWrapper {
	background-color: white;
	position: relative;
	border-radius: 10px;
}

.reviews__commentText {
	margin-bottom: 4px;
	font-size: 16px;
}

.reviews__comment {
	border-top: 1px solid #D7D7D7;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.reviews__headline {
	font-family: "Lora", serif;
	color: #13161D;
	font-weight: 500;
	font-size: 30px;
}

@media only screen and (min-width: 1025px) {
	.desktop\:bg-stone-100 {
		--tw-bg-opacity: 1;
		/* background-color: rgb(245 245 244 / var(--tw-bg-opacity)); */
	}

	.reviews__commentTextWrapper {
		background-color: white;
	}

	.desktop\:p-0 {
		padding: 0;
	}

	body.network-style:before {
		color: #000;
	}

	.network-yhtcr .featuredSection {
		display: none;
	}

	body.network-style:before {
		color: #000;
	}

	.network-yhtcr .featuredSection {
		display: none;
	}

	html,
	body {
		margin: 0;
		padding: 0;
		color: #333;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: 300;
		font-size: 16px;
	}

	body {
		background: #f0f0f0;
	}

	.button-effect {
		content: "";
		width: 286px;
		background: url(https://cdn.gundrymd.com/images/Quantitative_Button_2022.png);
		background-size: contain;
		border-radius: 5px;
		height: 38px;
		display: none;
		margin-bottom: 26px;
	}

	#network-adTitle {
		padding: 5px 0;
		text-align: center;
	}

	.container {
		width: 95%;
		margin: 0px auto;
	}

	/* HEADER */
	header {
		background: white;
		padding-bottom: 10px;
	}

	.topHeader {
		display: flex;
		justify-content: space-between;
		padding: 0 10px;
	}

	.topHeader img {
		max-width: 180px;
	}

	.phone {
		display: flex;
		align-items: center;
	}

	.number {
		font-size: 14px;
		color: #5d6162;
		font-weight: 300;
	}

	.description {
		margin-left: 10px;
	}

	/* Body Styles */
	.content {
		margin-top: 10px;
	}

	.speakerContainer {
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 14px;
		text-align: center;
	}

	.speakerContainer p {
		font-family: "Helvetica Neue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: #333;
		opacity: .6;
		margin-bottom: 0;
		font-weight: lighter;
	}

	.speakerContainer p:nth-of-type(2) {
		margin-top: 5px;
	}

	.left-column {
		display: block;
		width: 100%;
		background: white;
		padding: 10px;
		box-sizing: border-box;
	}

	.right-column {
		display: block;
		width: 100%;
		text-align: center;
		background: white;
	}

	.doctor {
		width: 150px;
		margin-top: 0px;
	}

	.clear {
		clear: both;
	}

	#CTALink a {
		display: none;
	}

	.row {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.beforePlayButtonContent {
		display: flex;
		align-items: center;
	}

	.beforePlayButtonContent p {
		font-size: 16px;
		color: #27377a;
		font-family: 'Montserrat', sans-serif;
	}

	.beforePlayButtonContent span {
		font-size: 32px;
		margin-left: 15px;
		margin-right: 15px;
		opacity: 0.5;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	.beforePlayButtonContent span.selected {
		opacity: 1;
	}

	.emojiWraps {
		width: 100%;
		display: flex;
		margin-top: 10px;
		margin-bottom: 10px;
		align-items: center;
	}

	.playVSLButtonContainer {
		text-align: center;
		margin: 0 auto 20px auto;
		width: 100%;
	}

	.playVSLButton {
		background-color: #d6ef59;
		border: 1px solid #c2e028;
		width: 100%;
		height: 36px;
		color: #49555e;
		font-weight: 700;
		font-family: Arial;
		font-size: 16px;
		-webkit-box-shadow: #666 0 1px 3px;
		box-shadow: #666 0 1px 3px;
		margin: 15px auto 0;
		cursor: pointer;
	}

	.playVSLButton img {
		margin-right: 10px;
		height: 17px;
		padding-top: 1px;
		vertical-align: text-bottom;
	}

	.orderpage_btnB {
		font-weight: 700;
		background: #dfa15a;
		background-image: -webkit-linear-gradient(top, #dfa15a, #ed8924);
		background-image: -moz-linear-gradient(top, #dfa15a, #ed8924);
		background-image: -ms-linear-gradient(top, #dfa15a, #ed8924);
		background-image: -o-linear-gradient(top, #dfa15a, #ed8924);
		background-image: linear-gradient(to bottom, #dfa15a, #ed8924);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-box-shadow: 0px 1px 3px #666666;
		-moz-box-shadow: 0px 1px 3px #666666;
		box-shadow: 0px 1px 3px #666666;
		font-family: Arial;
		color: #ffffff;
		font-size: 20px;
		border: solid #e47925 1px;
		text-decoration: none;
		width: 100%;
		margin-top: 35px;
		margin-bottom: 8px;
		padding: 8px;
		box-sizing: border-box;
	}

	.orderpage_btnB:hover {
		background: #e47825;
		background-image: -webkit-linear-gradient(top, #e47825, #ba5b12);
		background-image: -moz-linear-gradient(top, #e47825, #ba5b12);
		background-image: -ms-linear-gradient(top, #e47825, #ba5b12);
		background-image: -o-linear-gradient(top, #e47825, #ba5b12);
		background-image: linear-gradient(to bottom, #e47825, #ba5b12);
		text-decoration: none;
		color: #fff;
	}


	h1 {
		font-size: 23px;
		color: #27377a;
		margin-bottom: 10px;
		font-weight: 400;
		font-family: helvetica neue-light, helvetica neue light, Helvetica, Arial, sans-serif;
	}

	h4 {
		color: #000;
		display: inline-block;
		padding-right: 10px;
		padding-left: 10px;
	}

	hr {
		border-top: 1px solid #5e5f61;
		color: #5e5f61;
		text-decoration: none;
		height: 0px;
		border-top-color: #d5d5d5
	}

	.hrsmll {
		width: 35px !important;
	}

	.wrapper {
		display: block;
		margin: 0px auto;
	}

	.flip {
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		filter: FlipH;
		-ms-filter: “FlipH”;
	}

	.smftrtext {
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
		text-align: left;
	}

	.videocontainer {
		margin: 0px auto;
		padding-bottom: 10px;
		max-width: 960px;
	}

	.caption {
		font-size: 15px;
		color: #000;
		opacity: .6;
		padding: 0 5px 20px 5px;
	}

	.floatRight {
		float: right;
	}

	.vjs-poster {
		background-image: url("https://cdn.gundrymd.com/images/GundryPointingGif.gif") !important;
		background-size: 100%;
	}

	.vjs-big-play-button {
		display: none !important;
	}

	.featuredSection {
		padding: 30px 22px 45px;
		color: #fff;
		background: linear-gradient(225.28deg, #4780c2 0, #27377a 100%);
		margin-bottom: 32px;
	}

	.featuredSection_topTitle {
		font-family: var(--tiemposRegular);
		font-size: 22px;
		letter-spacing: 1px;
		margin-bottom: 0;
	}

	.featuredSection_bottomTitle {
		font-family: var(--tiemposSemibold);
		font-size: 36px;
		letter-spacing: 1.5px;
		margin: 0;
		color: #fff;
		padding: 0;
	}

	.featuredSection_hr {
		background-color: #b8d436;
		width: 70px;
		height: 2px;
		margin: 20px 0;
		border-top: none;
	}

	.featuredSection_content {
		font-size: 16px;
		line-height: 15px;
		letter-spacing: .7px;
		font-family: 'Figtree', sans-serif;
		font-weight: 300;
		font-style: italic;
	}

	.featuredSection_col-right {
		margin-top: 45px;
		text-align: center;
	}

	.featuredSection_col-right img {
		width: 100%;
	}

	/* Footer Styles */
	footer {
		background-color: #fff;
		color: #fff;
		text-align: center;
		font-size: 14px;
		padding: 0px;
		margin: 0 10px;
	}

	footer a,
	footer a:hover,
	footer a:visited {
		text-decoration: none;
		color: #333;
	}

	footer p {
		font-size: 12px;
		text-align: left;
		color: #333;
	}

	/* General Styles */
	body {
		background: #fff;
	}

	.container {
		width: 960px;
	}

	/* Header Styles */
	header {
		box-shadow: 0 8px 18px -9px #949494;
		padding: 5px 0 20px;
	}

	.topHeader {
		padding: 0;
	}

	.topHeader img {
		max-width: 200px;
	}

	.number {
		font-size: 17px;
	}

	/* Body Styles */
	.content {
		box-shadow: 0 0 25px #ccc;
		margin-top: 30px;
	}

	.speakerContainer {
		padding-top: 20px;
	}

	.speakerContainer .row {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.speakerContainer h4 {
		font-family: helvetica neue-light, helvetica neue light, Helvetica, Arial, sans-serif;
		font-weight: lighter;
		color: #62666a;
		font-size: 18px;
		vertical-align: super;
	}

	.left-column {
		float: left;
		width: 680px;
		margin-left: 20px;
		padding: 0;
		background: inherit;
	}

	.right-column {
		width: 188px;
		float: right;
		padding-right: 20px;
		margin-right: 20px;
		text-align: left;
		background: inherit;
	}

	.doctor {
		width: 188px;
		padding-top: 90px;
	}

	.caption {
		font-size: 14px;
		opacity: unset;
		color: #333;
		padding: 0 5px 0 0;
	}

	.playVSLButtonContainer,
	.orderpage_btnB {
		width: 291px;
	}

	.featuredSection {
		padding: 45px 0px;
		margin-top: 30px;
	}

	.featuredSection_container {
		display: flex;
		width: 1070px;
		margin: auto;
		justify-content: center;
	}

	.featuredSection_col-left {
		flex-basis: 25%;
	}

	.featuredSection_col-right {
		margin-top: 0;
		flex-basis: 75%;
		margin-left: 100px;
	}

	.featuredSection_content {
		font-size: 12px;
		letter-spacing: 0.5px;
	}

	/* Footer Styles */
	.smftrtext {
		margin-top: 40px;
		line-height: 19.125px;
		padding: 0;
		font-size: 12.75px;
	}
}

.speakerContainer {
	padding-top: 20px;
}

.speakerContainer .row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.speakerContainer span {
	display: inline-block;
}

.speakerContainer {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}

.speakerContainer p {
	font-family: "Helvetica Neue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
	opacity: .6;
	margin-bottom: 0;
	font-weight: lighter;
}

.speakerContainer p:nth-of-type(2) {
	margin-top: 5px;
}

.vol_down {
	width: 25px;
	cursor: pointer;
	position: relative;
}

.vol_up {
	width: 35px;
	cursor: pointer;
	position: relative;
}

.vol_down .speaker,
.vol_up .speaker {
	display: block;
}

.vol_down .speaker_hover,
.vol_up .speaker_hover {
	display: none;
}

.vol_down:hover .speaker,
.vol_up:hover .speaker {
	display: none;
}

.vol_down:hover .speaker_hover,
.vol_up:hover .speaker_hover {
	display: block;
}


.vol_up .tooltip-volup {
	visibility: hidden;
	width: 75px;
	background-color: #62666a;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
}

.vol_up:hover .tooltip-volup,
.vol_up:focus .tooltip-volup {
	visibility: visible;
	opacity: 1;
}


.vol_down .tooltip-voldown {
	visibility: hidden;
	width: 90px;
	background-color: #62666a;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
}

.vol_down:hover .tooltip-voldown,
.vol_down:focus .tooltip-voldown {
	visibility: visible;
	opacity: 1;
}

.statement {
	border: 1px solid #333;
	font-weight: 700;
	padding: 4px;
}

footer .wrapper {
	padding-top: 30px;
}