.treatment-overviews-page {
	margin: 64px 0;
}

.treatment-overviews-page .page__description {
	max-width: 1010px;
	margin: 0 auto 32px;
}

.metrics__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin: 48px 0 96px;
}

.metrics__card {
	position: relative;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	transition: all 200ms linear;
}

.metrics__card:hover,
.metrics__more:hover {
	box-shadow: 0px 3px 6px 0px #0000000f, 0px 11px 11px 0px #0000000d, 0px 25px 15px 0px #00000008,
		0px 44px 18px 0px #00000003, 0px 69px 19px 0px #00000000;
}

.metrics__more {
	display: flex;
	align-items: center;
	border-radius: 12px;
	padding: 12px;
	gap: 12px;
	cursor: pointer;
	transition: all 200ms linear;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.metrics__more h4 {
	transition: all 200ms linear;
}

.metrics__more:hover h4 {
	color: #ff7c32;
}

.metrics__more svg {
	min-width: 40px;
}

.metrics__more svg rect,
.metrics__more svg path {
	transition: all 200ms linear;
}

.metrics__more:hover svg rect {
	fill: #ffe6c7;
}

.metrics__more:hover svg path {
	stroke: #ff7c32;
}

.metrics__card img {
	height: 173px;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	display: none;
}

.metrics__card img.active {
	display: inline-block;
}

.evidence-quality-garth {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	display: none;
}

.evidence-quality-garth.active {
	display: block;
}

.metrics__card-info {
	background-color: #f9fafb;
	padding: 16px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	height: 100%;
}

.treatment-overviews-page .metrics__tab-content {
	height: 100%;
}

.treatment-overviews-page .metrics__graph.rp {
	margin-top: auto;
}

.metrics__tabs {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.metrics__tab-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	margin-bottom: 8px;
}

.metrics__tab-header__item {
	padding: 4px 10px;
	border-radius: 4px;
	background-color: #f2f4f7;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #173851;
	cursor: pointer;
}

.metrics__tab-header__item.active {
	color: #fff;
	background-color: #ff7c32;
}

.metrics__tab-content__item {
	display: none;
}

.metrics__tab-content__item.active {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.metrics__tab-content__item h4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	margin-bottom: 4px;
}

.metrics__tab-content__item > a {
	border-radius: 6px;
	display: block;
	transition: all 200ms linear;
	padding: 8px 0px;
}

.metrics__tab-content__item > a svg {
	transition: all 200ms linear;
}

.metrics__tab-content__item > a:hover {
	background-color: #ff7c32;
	padding: 8px 12px;
}

.metrics__tab-content__item > a:hover p,
.metrics__tab-content__item > a:hover .h4 {
	color: #fff;
}

.metrics__tab-content__item > a:hover svg {
	transform: rotate(45deg);
}

.metrics__tab-content__item > a:hover svg path {
	stroke: #fff;
}

.treatment-overviews-detail-page {
	padding: 48px 0;
}

.treatment-overviews-detail-page .faq .accordion__item .accordion__content {
	max-width: 65%;
}

.treatment-overviews-detail-page .metrics__tab-header {
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	gap: 0;
	display: inline-flex;
	overflow: hidden;
	margin-bottom: 0;
}

.treatment-overviews-detail-page .metrics__tab-header__item {
	background-color: transparent;
	padding: 12px 24px;
	border-radius: 0px;
	height: 100%;
}

.treatment-overviews-detail-page .metrics__tab-header__item.active {
	background-color: #fff6e8;
}

.treatment-overviews-detail-page .metrics__tab-header__item + .metrics__tab-header__item {
	border-left: 1px solid #d0d5dd;
}

.treatment-overviews-detail-page .metrics__tab-header__item .h5 {
	color: #667085;
}

.treatment-overviews-detail-page .metrics__tab-header__item.active .h5 {
	color: #ff7c32;
}

.treatment-overviews-detail-page .metrics__tabs {
	margin-top: 48px;
}

.treatment-overviews-banner {
	width: 100%;
	height: 434px;
	object-fit: cover;
	border-radius: 6px;
}

.treatment-overviews-detail-page .metrics {
	margin: -24px 0 32px;
}

.tippy-content .evidence-quality-garth {
	position: static;
	margin: 0 60px 10px;
}

.tippy-content .metrics__graph {
	margin: 0 0 10px;
}

.tippy-content .metrics__graph-container {
	width: 172px;
	margin: 0 auto;
}

.anchor__title {
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #ff7c32;
	text-transform: uppercase;
}

.treatment-overviews-detail-page .faq {
	margin: 24px 0 48px;
	flex-direction: column;
	gap: 32px;
}

.treatment-overviews-detail-page .faq .accordion {
	margin-left: 32px;
	width: calc(100% - 32px);
}

.research__tables {
	margin: 24px 0 48px;
}

.research__tables .anchor__title,
.articles .anchor__title {
	margin-bottom: 8px;
}

.research__tables > p,
.articles > p {
	margin: 24px 0;
	max-width: 696px;
}

.results__box {
	margin: 24px 0;
	display: flex;
	gap: 32px;
}

.results__box > div {
	width: calc(50% - 16px);
}

.results__box > div h3 {
	margin-bottom: 12px;
}

.search__criteria table {
	border-collapse: collapse;
	table-layout: auto;
}

.search__criteria table thead th {
	text-align: center;
}

.search__criteria table thead tr {
	height: 59px;
}

.search__criteria table thead th .h5 {
	color: #fff;
}

.search__criteria table thead th:nth-child(1) {
	background-color: #667085;
	width: 163px;
}

.search__criteria table thead th:nth-child(2) {
	background-color: #ff7c32;
	border-left: 1px solid #d0d5dd;
	border-right: 1px solid #d0d5dd;
}

.search__criteria table thead th:nth-child(3) {
	background-color: #173851;
}

.search__criteria table tbody td {
	padding: 12px 10px;
	border-bottom: 1px solid #d0d5dd;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #173851;
}

.search__criteria table tbody td:nth-child(2) {
	border-left: 1px solid #d0d5dd;
	border-right: 1px solid #d0d5dd;
}

.search__criteria table tbody td:nth-child(1) {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}

.search__criteria table tbody tr {
	background-color: #f2feef;
}

.search__criteria table tbody tr:nth-child(even) {
	background-color: #e1fcda;
}

.search__terms-box {
	padding: 24px;
	border: 1px solid #d0d5dd;
	background-color: #f9fafb;
	border-radius: 12px;
	height: calc(100% - 48px);
}

.search__terms-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 32px;
}

.search__terms-list .h5 {
	margin-right: 16px;
}

.search__terms-tag {
	display: inline-flex;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	color: #173851;
	padding: 6px 12px;
	border-radius: 30px;
	gap: 6px;
}

.search__terms-tag img {
	width: 12px;
	height: auto;
	object-fit: contain;
}

.search__terms-tag.finasteride {
	background-color: #ead5fe;
}

.search__terms-tag.oral {
	background-color: #e1fcda;
}

.search__terms-tag.hair-loss {
	background-color: #ffffd6;
}

.search__terms-tag.alopecia {
	background-color: #e8ecf2;
}

.abbreviations__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.abbreviations__list li {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #41617e;
}

.abbreviations {
	font-weight: 600;
	margin-bottom: 2px;
	color: #ff7c32;
}

.summarized-studies__box {
	border: 1px solid #d0d5dd;
	background-color: #f9fafb;
	border-radius: 16px;
	padding: 32px;
	margin: 12px -32px 0;
}

.summarized-studies__box table {
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
	text-align: center;
}

.summarized-studies__box table thead tr:nth-child(1) th:nth-child(2n + 1) {
	background-color: #173851;
}

.summarized-studies__box table td {
	border-left: 1px solid #d0d5dd;
	border-right: 1px solid #d0d5dd;
}

.summarized-studies__box table td:first-child {
	border-left: none;
}

.summarized-studies__box table td:last-child {
	border-right: none;
}

.summarized-studies__box table tbody td {
	border-bottom: 1px solid #d0d5dd;
}

.summarized-studies__box table thead tr th {
	font-family: 'DM Serif Display';
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #f2feef;
	padding: 10px;
}

.summarized-studies__box table thead tr th:nth-child(2n + 2) {
	background-color: #ff7c32;
}

.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(1),
.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(4),
.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(9),
.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(12) {
	background-color: #e1fcda;
}

.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(2),
.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(11),
.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(13) {
	background-color: #fff6e8;
}

.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(3),
.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(6),
.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(8),
.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(10) {
	background-color: #ffd6a6;
}

.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(5),
.summarized-studies__box table tbody tr:nth-child(1) td:nth-child(7) {
	background-color: #ffe6c7;
}

.summarized-studies__box table tbody tr:nth-child(1) td {
	padding: 17px 0;
	color: #173851;
	font-family: 'Open Sans';
	font-size: 10px;
	font-weight: 400;
	line-height: 13.62px;
	vertical-align: middle;
}

.summarized-studies__box table tbody tr {
	background-color: #f2feef;
}

.summarized-studies__box table tbody tr:nth-child(odd) {
	background-color: #e1fcda;
}

.summarized-studies__box table tbody td {
	padding: 4px;
	font-family: 'Open Sans';
	font-size: 10px;
	font-weight: 400;
	line-height: 13.62px;
	color: #173851;
	vertical-align: top;
	text-align: left;
}

.summarized-studies__box table tbody .eq {
	width: 28px;
	height: 28px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff6e8;
	color: #ff7c32;
	border-radius: 50%;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Lato';
}

.anchor__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.anchor__nav-item h3 {
	color: #667085;
	transition: all 200ms linear;
}

.anchor__nav-item {
	padding: 12px 24px;
	border-bottom: 3px solid #d0d5dd;
	transition: all 200ms linear;
}

.anchor__nav-item:hover {
	border-color: #173851;
}

.anchor__nav-item:hover path,
.anchor__nav-item.active path {
	stroke: #173851;
}

.anchor__nav-item.active {
	border-color: #ff7c32;
}

.anchor__nav-item svg {
	transition: all 200ms linear;
}

.anchor__nav-item.active svg {
	transform: rotate(180deg);
}

.anchor__nav-item:hover h3 {
	color: #173851;
}

.anchor__nav-item.has-children {
	position: relative;
	cursor: pointer;
}

.anchor__nav-item.has-children h3 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.anchor__nav-dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	right: 0;
	background-color: #fff;
}

.anchor__nav-dropdown a {
	padding: 12px 24px;
	border: 1px solid #d0d5dd;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #577593;
	display: block;
}

.page__author {
	margin: 24px 0 48px;
}

.treatment-overviews-banner__gird {
	display: grid;
	grid-template-columns: 576px 296px 1fr;
	grid-template-rows: repeat(2, 1fr);
	gap: 24px;
	height: 100%;
	margin-top: 24px;
}

.gird__item1 {
	grid-column: 1;
	grid-row: span 2;
	height: 282px;
}

.gird__item2 {
	grid-column: 2;
	grid-row: span 2;
	height: 282px;
}

.gird__item3 {
	grid-column: 3;
	grid-row: 1;
}

.gird__item4 {
	grid-column: 3;
	grid-row: 2;
}

.gird__item2,
.gird__item3,
.gird__item4 {
	background-color: #f9fafb;
	border-radius: 12px;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	gap: 18px;
}

.gird__item2 h5::before,
.gird__item3 h5::before,
.gird__item4 h5::before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}

.gird__item2 h5::before {
	background-color: #ff7c32;
}

.gird__item3 h5::before {
	background-color: #936cd1;
}

.gird__item4 h5::before {
	background-color: #9fda87;
}

.treatment-overviews-banner__gird .metrics__graph-container {
	width: 195px;
}

.treatment-overviews-banner__gird .evidence-quality-garth {
	position: static;
	cursor: inherit;
}

.treatment-overviews-banner__gird .evidence-quality-garth .percent {
	margin-bottom: 10px;
}

.summarized-studies__table-box {
	max-height: 728px;
	overflow-y: auto;
}

.summarized-studies__table-box thead {
	position: sticky;
	top: 0;
}

.summarized-studies__table-box tbody tr:first-child {
	position: sticky;
	top: 76px;
}

.summarized-studies__table-box tbody tr:first-child td {
	position: relative;
	text-align: center;
}

.summarized-studies__table-box tbody tr:first-child td::before {
	content: '';
	position: absolute;
	height: 1px;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: #d0d5dd;
}

.summarized-studies__table-box::-webkit-scrollbar {
	width: 11px;
}

.summarized-studies__table-box::-webkit-scrollbar-track {
	background-color: transparent;
}

.summarized-studies__table-box::-webkit-scrollbar-thumb {
	background-color: #ff7c32;
	border-radius: 21px;
	border: 4px solid white;
}

.metrics__tabs-sticky .page__description {
	display: none;
}

.metrics__tabs-sticky .page__description.active {
	display: block;
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
}

.metrics__tabs-sticky .page__description .h1 {
	margin-right: auto;
	margin-left: -60px;
	transition: margin-left 300ms linear;
	z-index: 1;
}

.metrics__tabs-sticky.visible .page__description .h1 {
	margin-left: 0;
}

.metrics__tabs-sticky {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 12px;
	border-radius: 12px;
	background-color: #f2f4f7;
	position: sticky;
	top: 24px;
	z-index: 29;
	align-items: center;
	transition: top 250ms linear;
	overflow: hidden;
}

.admin-bar .metrics__tabs-sticky {
	top: 56px;
}

.menu-sticky-is-open .metrics__tabs-sticky {
	top: 96px;
}

.menu-sticky-is-open.admin-bar .metrics__tabs-sticky {
	top: 128px;
}

.sticky__metric-title {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #98a2b3;
}

.sticky__metric {
	margin-right: 12px;
	width: 80px;
	height: 26px;
	opacity: 0;
	transition: opacity 300ms linear;
}

.visible .sticky__metric {
	opacity: 1;
}

.sticky__metric .metrics__graph {
	margin-top: 4px;
}

.sticky__metric .metrics__graph-item {
	height: 6px;
}

.evidance-line {
	max-width: 100%;
	width: 100%;
	background-color: rgba(255, 160, 82, 0.4);
	position: relative;
	height: 6px;
}

.evidance-line span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #f18e3d;
}

.evidance-line__wrapper {
	display: flex;
	align-items: center;
	gap: 3px;
	font-family: 'Open Sans';
	font-size: 10px;
	font-weight: 600;
	line-height: 13.62px;
	color: #ff7c32;
}

.metrics__tabs-sticky .button-new.xl {
	width: 48px;
	height: 48px;
	opacity: 0;
	transition: opacity 300ms linear, transform 300ms linear;
	transform: translateX(-60px);
}

.metrics__tabs-sticky.visible .button-new.xl {
	opacity: 1;
	transform: translateX(0px);
}

.treatment-overviews-detail-page .articles__item svg {
	top: 184px;
}

.treatment-overviews-detail-page .articles {
	margin: 48px 0;
  display: none;
}

.treatment-overviews-detail-page .articles.active {
  display: block;
}

@media screen and (max-width: 1200px) {
	.admin-bar .metrics__tabs-sticky {
		top: 16px;
	}
}

@media screen and (max-width: 1200px) {
	.treatment-overviews-detail-page .faq .accordion__item .accordion__content {
		max-width: 100%;
		padding-left: 0;
	}

	.treatment-overviews-banner__gird {
		grid-template-rows: repeat(4, 1fr);
		grid-template-columns: repeat(2, 1fr);
	}

	.gird__item1 {
		grid-column: span 2;
	}

	.gird__item2 {
		grid-column: 1;
		grid-row: span 2;
	}

	.gird__item3 {
		grid-column: 2;
		grid-row: 3;
	}

	.gird__item4 {
		grid-column: 2;
		grid-row: 4;
	}

	.metrics__tabs-sticky {
		flex-wrap: wrap;
	}

	.treatment-overviews-detail-page .metrics__tab-header {
		width: 100%;
	}

	.treatment-overviews-detail-page .metrics__tab-header__item {
		width: 33%;
		text-align: center;
	}
}

@media screen and (max-width: 976px) {
	.anchor__nav {
		display: none;
	}

	.metrics__cards {
		grid-template-columns: repeat(2, 1fr);
		margin: 48px 0;
		gap: 24px;
	}

	.contact {
		margin: 48px 0;
	}

	.summarized-studies__table-box {
		overflow: auto;
	}

	.results__box {
		flex-direction: column;
	}

	.results__box > div {
		width: 100%;
		overflow: auto;
	}
}

@media screen and (max-width: 767px) {
	.metrics__more {
		min-height: 200px;
	}

	.page__author-item + .page__author-item::before {
		left: auto;
		right: -15px;
		display: none;
	}

	.treatment-overviews-banner__gird {
		/* grid-template-rows: repeat(5, 1fr); */
		grid-template-rows: repeat(4, 200px);
		grid-template-columns: repeat(1, 1fr);
	}

	.gird__item1 {
		grid-column: 1;
		grid-row: 1;
		height: 180px;
	}

	.gird__item2 {
		grid-column: 1;
		/* grid-row: span 2; */
		grid-row: auto;
		height: 185px;
		gap: 15px;
	}

	.gird__item3 {
		grid-column: 1;
		/* grid-row: 5; */
		grid-row: auto;
	}

	.evidence-quality-garth .percent svg:not(.n-a) {
		transform: rotate(-90deg) scale(1.3) !important;
	}
  
	.evidence-quality-garth .number {
		width: 55px;
		height: 55px;
	}

	.gird__item4 {
		grid-column: 1;
		grid-row: auto;
	}

	.summarized-studies__box {
		margin: 12px 0 0;
		padding: 16px 0 16px 16px;
	}

	.treatment-overviews-detail-page .metrics__tab-header__item {
		max-width: 100%;
		flex: 1;
		padding: 8px;
		width: auto;
	}

	.menu-sticky-is-open .metrics__tabs-sticky,
	.menu-sticky-is-open.admin-bar .metrics__tabs-sticky {
		/* top: 16px; */
		top: 0;
	}

	.metrics__tabs-sticky.visible .page__description .h1 {
		width: 100%;
		font-size: 20px;
		line-height: 24px;
	}

	.metrics__tabs-sticky.visible .page__description.active {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 4px;
	}

	.treatment-overviews-detail-page .faq .accordion {
		margin-left: 0px;
		width: 100%;
	}

	.metrics__tabs-sticky.visible .metrics__tab-header__item .h5 {
		font-size: 16px;
		line-height: 18px;
	}

	.sticky__metric {
		width: 25%;
		display: none;
	}

	.visible .sticky__metric {
		display: block;
	}

	.treatment-overviews-page {
		margin: 48px 0;
	}

	.metrics__cards {
		grid-template-columns: repeat(1, 1fr);
	}

	.metrics__box {
		flex-direction: column;
		gap: 8px;
		width: 100%;
	}

	.metrics__item {
		width: 100%;
	}

	.metrics .h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.contact {
		padding: 0;
	}
	.search__criteria table tbody td {
		font-size: 12px !important;
	}
	.summarized-studies__table-box {
		max-height: 80vh;
	}

	.metrics__tabs-sticky {
		min-height: 130px;
	}
	.metrics__tabs-sticky .page__description .h1 {
		font-size: 24px;
	}
	.metrics__tabs-sticky.visible {
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0 0 12px 12px;
	}
	.metrics__tabs-sticky {
		top: 0;
	}
	.admin-bar .metrics__tabs-sticky {
		top: 0;
	}
	.search__criteria table thead th:nth-child(1) {
		width: 125px;
	}
	.search__criteria table thead th .h5 {
		font-size: 15px;
	}
}
