.nt-hosting-pros-cons-wrap {
	display: block;
	margin: 40px 0 40px 0;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .review-block {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: none;
	overflow: hidden;
	border: 1px solid #edf3f5;
	max-width: 98%;
	margin: 0 auto;
	direction: rtl;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .block-header {
	padding: 10px 26px 10px;
	display: flex;
	align-items: center;
	gap: 25px;
	border-bottom: 0;
	background: transparent;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .block-header--no-logo {
	gap: 0;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .host-logo {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	flex-shrink: 0;
	font-weight: 900;
	letter-spacing: -1px;
	background: transparent;
	color: #475569;
	border: 0;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .host-logo--image {
	object-fit: contain;
	padding: 0;
	background: transparent;
	border: 0;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .host-name {
	font-size: 1.18rem;
	font-weight: 800;
	color: #1e293b;
	letter-spacing: -0.3px;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .block-body {
	display: flex;
	align-items: stretch;
	gap: 0;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .pros-section {
	flex: 0 1 var(--nt-hpc-section-width, 66%);
	display: flex;
	flex-direction: column;
	padding: 20px 24px 20px;
	background: transparent;
	border-left: 1px solid #e4f1ea;
	border-radius: 0;
	min-width: 0;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .cons-section {
	flex: 0 1 var(--nt-hpc-section-width, 34%);
	display: flex;
	flex-direction: column;
	padding: 20px 24px 20px;
	background: transparent;
	border-radius: 0;
	min-width: 0;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .review-block--single .pros-section,
:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .review-block--single .cons-section {
	flex: 1;
	border-left: none;
	border-radius: 18px;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .section-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 26px;
	margin-bottom: 12px;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .heading-icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 1;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .icon-green { color: #16a34a; }
:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .icon-red { color: #ff4b4b; }

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .nt-hosting-pros-cons__icon {
	display: block;
	width: 1em;
	height: 1em;
	color: currentColor;
	overflow: visible;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .nt-hosting-pros-cons__icon--heading {
	font-size: 30px;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .nt-hosting-pros-cons__icon--item {
	font-size: 21px;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .section-heading h3 {
	font-size: 0.97rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	min-height: 26px;
	padding: 0;
	margin: 0 !important;
	line-height: 1.2;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .h-green { color: #15803d; }
:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .h-red { color: #b42323; }

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .pros-grid,
:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .cons-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2px 10px;
	align-content: start;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .pros-grid.is-columns-2,
:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .cons-list.is-columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .pros-grid.is-columns-3,
:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .cons-list.is-columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 5px 7px;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.5;
	transition: none;
	cursor: default;
	min-width: 0;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .item > span {
	min-width: 0;
	overflow-wrap: anywhere;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .item.is-bold > span {
	font-weight: 400;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .item a {
	color: inherit;
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .item-green { color: #1f7a45; }
:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .item-red { color: #b53a3a; }

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .dot {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 1px;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .dot-green {
	color: #16a34a;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .dot-red {
	color: #ff4b4b;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .section-footer {
	display: flex;
	justify-content: center;
	margin-top: auto;
	padding: 20px 0 18px;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .action-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	padding: 5px 18px;
	border-radius: 50px;
	transition: none;
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .link-green {
	color: #15803d;
	border: 1.5px solid #9be7b4;
	background: rgba(240, 253, 244, 0.76);
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .link-red {
	color: #b42323;
	border: 1.5px solid #f6b4b4;
	background: rgba(255, 245, 245, 0.76);
}

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .rw-arrow { font-size: 0.75rem; transition: none; }

:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .v-divider {
	width: 1px;
	background: linear-gradient(to bottom, transparent 5%, #e7eff2 30%, #e7eff2 70%, transparent 95%);
	flex-shrink: 0;
}

@media (max-width: 900px) {
	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .pros-grid.is-columns-3,
	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .cons-list.is-columns-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .block-body {
		flex-direction: column;
	}

	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .pros-section,
	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .cons-section {
		flex-basis: auto;
		width: 100%;
		border-left: 0;
	}

	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .pros-section {
		border-bottom: 1px solid #d1fae5;
	}

	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .pros-grid,
	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .pros-grid.is-columns-2,
	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .pros-grid.is-columns-3,
	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .cons-list,
	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .cons-list.is-columns-2,
	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .cons-list.is-columns-3 {
		grid-template-columns: 1fr !important;
	}

	:where(.nt-hosting-pros-cons-wrap, .wp-block-nt-hosting-pros-cons) .v-divider {
		display: none;
	}
}
