.single-gt_entry .section-title {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

.single-gt_entry h2 {
	font-size: 1.25rem;
	line-height: 1.25;
}

/*.single-gt_entry .label {*/
/*	font-weight: 700;*/
/*	margin-bottom: 0.5rem;*/
/*	margin-top: .25rem;*/
/*}*/

/*.single-gt_entry .font-bold {*/
/*	font-weight: 700;*/
/*	margin-top: .25rem;*/
/*}*/

.single-gt_entry .flex {
	display: flex;
}

/*.single-gt_entry .ml-4 {*/
/*	margin-left: 1rem;*/
/*}*/

/*.single-gt_entry .mt-4 {*/
/*	margin-top: 1rem;*/
/*}*/

/*.single-gt_entry .mb-2 {*/
/*	margin-bottom: .5rem;*/
/*}*/

/*.single-gt_entry .mr-2 {*/
/*	margin-right: .5rem;*/
/*}*/

/*.single-gt_entry .flex dd {*/
/*	margin-left: 4px;*/
/*}*/

/*.single-gt_entry .type-name {*/
/*	display: inline;*/
/*}*/

.single-gt_entry .et_pb_post_content {
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	text-align: justify;
}

.single-gt_entry h2 {
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #F7BA00;

	font-size: 15px;
	font-weight: 600;
}

.single-gt_entry .et_pb_post_content a {
	border-bottom: 0.75px solid black;
	line-height: 19px;
}

.single-gt_entry h2:first-of-type {
	border-top: 0;
}

.single-gt_entry .type-textarea {
	line-height: 1.75;
}

.gtlist {

}

.gtlist .gtlist__items {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: 1fr;
	margin-top: 32px;
}

@media (min-width: 981px) {
	.gtlist .gtlist__items {
		/*grid-template-columns: 1fr 1fr 1fr;*/
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.gtlist .gtlist__item {
	padding: 16px;
	/*box-shadow: 0 0 21px -3px rgb(84 84 84 / 20%);*/
	text-align: left;

	/*border-width: 2px;*/
	/*border-style: dashed;*/
	/*border-color: #FFC71A;*/

	display: flex;
	flex-direction: column;
	gap: 12px;
	text-decoration: none;
	justify-content: space-between;
	line-height: 1.25;
	min-height: 160px;
}

.gtlist__item:hover {
	/*color: #ffc71a !important;*/
	background-color: rgb(242, 242, 242);
	border-style: solid;
}

.gtlist__item__meta {
	font-size: 12px;
	font-weight: 300;
}

.gtlist__item_title {
	font-weight: 600;
}

.gtlist__form {
	column-count: 1;
	margin-top: 48px;
}

@media (min-width: 981px) {
	.gtlist__form {
		column-count: 3;
	}
}

.gtlist__form .filters.gtlist__filters {
	display: grid;
	list-style: none;
	padding: 0;
}

.gtlist__filter {
	margin-top: 16px;
}

.gtlist__filter label {
	display: block;
	font-weight: 700;
}

.gtlist__filter select {
	margin-top: 8px;
	width: 100%;
	padding: 0.125rem;
	border: 1px solid currentColor;
}

.gtlist__item__score {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}

.background-outstanding {
	background-color: #F7BA00;
}

.background-excellent {
	background-color: #FFD144;
}

.background-promising {
	background-color: #FFEAAA;
}

.background-early-stage {
	background-color: #FFF7DD;
}

