/* Hostingwijzer Core: vertrouwenscomponenten bovenop het Rehub-thema. */

:root {
	--hw-ink: #14213d;
	--hw-ink-soft: #55607a;
	--hw-blue: #296bef;
	--hw-line: #e3e7ef;
	--hw-soft: #f4f6fa;
	--hw-good: #1e7a4f;
}

/* Rehub-regel "#3 in de categorie" en losse "Expert Score" boven de review weg. */
.rev-verdict {
	display: none !important;
}

/* Reactie-aantallen en deelknoppen. */
.post-meta .comm_meta,
.post-meta .comm_count_meta,
.top_share,
.post_share,
.social_icon_share {
	display: none !important;
}

.hw-status {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 1rem;
	margin: 0 0 1.5rem;
	padding: 0.7rem 1rem;
	border: 1px solid var(--hw-line);
	border-radius: 8px;
	background: var(--hw-soft);
	color: var(--hw-ink-soft);
	font-size: 0.875rem;
	line-height: 1.4;
}

.hw-status strong {
	color: var(--hw-ink);
}

.hw-status a.hw-status__item {
	color: var(--hw-blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hw-status__item--badge {
	padding: 0.15rem 0.55rem;
	border-radius: 4px;
	background: #e3f2ea;
	color: var(--hw-good);
	font-weight: 600;
}

.hw-disclosure,
.hw-ranking-meta {
	margin: 1.5rem 0 0;
	color: var(--hw-ink-soft);
	font-size: 0.8125rem;
	line-height: 1.5;
}

.hw-ranking-meta {
	margin: 0.75rem 0 1.25rem;
}

.hw-toplijst {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hw-toplijst li {
	margin: 0 0 0.35rem;
}

.hw-toplijst__meta {
	margin: 0.5rem 0 0;
	font-size: 0.8125rem;
	opacity: 0.8;
}

/* Prijsblok: introprijs nooit zonder looptijd en verlengprijs. */
.hw-price {
	margin: 0 0 1.5rem;
	padding: 0.9rem 1rem;
	border: 1px solid var(--hw-line);
	border-left: 3px solid var(--hw-blue);
	border-radius: 8px;
	background: #fff;
	color: var(--hw-ink);
}

.hw-price__title {
	margin: 0 0 0.5rem !important;
	font-weight: 700;
	font-size: 0.9375rem;
}

.hw-price__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 2rem;
	margin: 0 !important;
}

.hw-price__list div {
	min-width: 10rem;
}

.hw-price__list dt {
	margin: 0;
	color: var(--hw-ink-soft);
	font-size: 0.8125rem;
	font-weight: 400;
}

.hw-price__list dd {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 700;
}

.hw-price__meta {
	margin: 0.6rem 0 0 !important;
	color: var(--hw-ink-soft);
	font-size: 0.8125rem;
	line-height: 1.45;
}

.hw-price-inline {
	font-size: 0.875rem;
}

/* ---------- Providerreview: beslisheader (60/40) ---------- */
.hw-hero {
	margin: 0 0 2rem;
	padding: 1.25rem;
	border: 1px solid var(--hw-line);
	border-radius: 10px;
	background: #fff;
	color: var(--hw-ink);
}

.hw-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	gap: 1.5rem;
}

.hw-hero__verdict > div,
.hw-hero__panel > div,
.hw-hero__notfor {
	margin: 0;
}

.hw-hero__eyebrow {
	color: var(--hw-ink-soft);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hw-hero__title {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0.35rem 0 0.5rem !important;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.25;
}

.hw-hero__score {
	padding: 0.1rem 0.5rem;
	border-radius: 6px;
	background: var(--hw-ink);
	color: #fff;
	font-size: 1.125rem;
}

.hw-hero__text {
	font-size: 1rem;
	line-height: 1.6;
}

.hw-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0.9rem 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.hw-badges li {
	margin: 0 !important;
}

.hw-badges li::before {
	display: none !important;
}

.hw-badge {
	display: inline-block;
	padding: 0.2rem 0.55rem;
	border: 1px solid var(--hw-line);
	border-radius: 6px;
	background: var(--hw-soft);
	color: var(--hw-ink);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.4;
}

.hw-badge--exp,
.hw-badge--good {
	border-color: #cfe8db;
	background: #eef8f2;
	color: var(--hw-good);
}

.hw-badge--warn {
	border-color: #f3dfb5;
	background: #fdf6e7;
	color: #8a5a00;
}

.hw-hero__meta {
	margin-top: 0.9rem !important;
	color: var(--hw-ink-soft);
	font-size: 0.8125rem;
}

.hw-hero__panel {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	padding: 1rem;
	border-radius: 8px;
	background: var(--hw-soft);
}

.hw-hero__facts {
	margin: 0 0 0.4rem !important;
}

.hw-hero__facts div + div {
	margin-top: 0.55rem;
}

.hw-hero__facts dt {
	margin: 0;
	color: var(--hw-ink-soft);
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.hw-hero__facts dd {
	margin: 0.1rem 0 0;
	font-size: 0.875rem;
	line-height: 1.45;
}

.hw-hero__facts .hw-price-inline {
	font-size: inherit;
}

.hw-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.5rem 1rem;
	border: 1px solid var(--hw-blue);
	border-radius: 8px;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
}

.hw-btn--primary {
	background: var(--hw-blue);
	color: #fff !important;
}

.hw-btn--primary:hover {
	background: #1f58cc;
}

.hw-btn--secondary {
	background: #fff;
	color: var(--hw-blue) !important;
}

.hw-btn:focus-visible {
	outline: 3px solid #9dbcf7;
	outline-offset: 2px;
}

.hw-hero__disclosure {
	color: var(--hw-ink-soft);
	font-size: 0.75rem;
	line-height: 1.45;
}

.hw-hero__notfor {
	margin-top: 1.1rem !important;
	padding: 0.7rem 0.9rem;
	border-left: 3px solid #e0a526;
	border-radius: 0 6px 6px 0;
	background: #fdf6e7;
	font-size: 0.9375rem;
	line-height: 1.5;
}

/* ---------- Alternatieven ---------- */
.hw-alts {
	margin: 2.5rem 0 0;
	scroll-margin-top: 90px;
}

.hw-alts__title {
	margin: 0 0 1rem !important;
}

.hw-alts__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.hw-alt {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	border: 1px solid var(--hw-line);
	border-radius: 10px;
	background: #fff;
}

.hw-alt > div {
	margin: 0 0 0.6rem !important;
	line-height: 1.5;
}

.hw-alt__name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	font-size: 1.0625rem;
	font-weight: 700;
}

.hw-alt__name .hw-badge {
	font-size: 0.6875rem;
}

.hw-alt__why {
	font-size: 0.9375rem;
}

.hw-alt__price {
	color: var(--hw-ink-soft);
}

.hw-alt__links {
	margin-top: auto !important;
	font-size: 0.875rem;
}

.hw-alts__cta {
	max-width: 22rem;
	margin: 1.25rem 0 0 !important;
}

@media (max-width: 767px) {
	.hw-hero {
		padding: 1rem;
	}

	.hw-hero__grid,
	.hw-alts__grid {
		grid-template-columns: 1fr;
	}

	.hw-hero__title {
		font-size: 1.25rem;
	}

	.hw-alts__cta {
		max-width: none;
	}
}

/* Rehub zet eigen lettergroottes op p; binnen de componenten vastzetten. */
.hw-hero .hw-hero__text { font-size: 1rem !important; }
.hw-hero .hw-hero__meta,
.hw-hero .hw-hero__eyebrow { font-size: 0.8125rem !important; }
.hw-hero .hw-hero__disclosure { font-size: 0.75rem !important; line-height: 1.45 !important; }
.hw-hero .hw-hero__notfor { font-size: 0.9375rem !important; }
.hw-alt .hw-alt__why { font-size: 0.9375rem !important; }
.hw-alt .hw-alt__price,
.hw-alt .hw-alt__links { font-size: 0.875rem !important; }

/* ---------- Tabellen in content ---------- */
.wp-block-table:has(.hw-table),
.hw-table-scroll {
	margin: 1.5rem 0 !important;
}

.hw-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-block-table:has(.hw-table) {
	overflow-x: visible;
}

table.hw-table {
	width: 100% !important;
	margin: 0 !important;
	border: 1px solid var(--hw-line) !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	color: var(--hw-ink);
	font-size: 0.9375rem !important;
	line-height: 1.45;
	table-layout: auto !important;
}

table.hw-table th,
table.hw-table td {
	padding: 0.65rem 0.85rem !important;
	border: 0 !important;
	border-bottom: 1px solid var(--hw-line) !important;
	vertical-align: top;
	text-align: left !important;
}

table.hw-table thead th,
table.hw-table thead td {
	background: var(--hw-ink) !important;
	color: #fff !important;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

table.hw-table tbody tr:nth-child(even) td,
table.hw-table tbody tr:nth-child(even) th {
	background: var(--hw-soft) !important;
}

table.hw-table tbody tr:last-child td,
table.hw-table tbody tr:last-child th {
	border-bottom: 0 !important;
}

table.hw-table td:first-child {
	font-weight: 600;
}

table.hw-table a {
	color: var(--hw-blue);
}

.wp-block-table:has(.hw-table) figcaption,
.hw-table-scroll + figcaption {
	margin-top: 0.5rem !important;
	color: var(--hw-ink-soft);
	font-size: 0.8125rem !important;
	text-align: left;
}

/* Mobiel: iedere rij wordt een kaart, labels uit de kopregel. */
@media (max-width: 600px) {
	table.hw-table--stack {
		border: 0 !important;
		border-radius: 0;
		overflow: visible;
		background: transparent;
	}

	table.hw-table--stack thead {
		position: absolute !important;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	table.hw-table--stack,
	table.hw-table--stack tbody,
	table.hw-table--stack tr,
	table.hw-table--stack td {
		display: block;
		width: 100% !important;
	}

	table.hw-table--stack tr {
		margin: 0 0 0.75rem;
		border: 1px solid var(--hw-line);
		border-radius: 10px;
		overflow: hidden;
		background: #fff;
	}

	table.hw-table--stack tbody tr:nth-child(even) td {
		background: #fff !important;
	}

	table.hw-table--stack td {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
		padding: 0.55rem 0.85rem !important;
		text-align: right !important;
	}

	table.hw-table--stack td::before {
		content: attr(data-label);
		flex: 0 0 45%;
		color: var(--hw-ink-soft);
		font-size: 0.8125rem;
		font-weight: 600;
		text-align: left;
	}

	table.hw-table--stack td:first-child {
		display: block;
		background: var(--hw-soft) !important;
		font-size: 1rem;
		text-align: left !important;
	}

	table.hw-table--stack td:first-child::before {
		content: none;
	}

	table.hw-table--stack td:last-child {
		border-bottom: 0 !important;
	}
}

/* Kopregel die als gewone eerste rij is ingevoerd */
table.hw-table tr.hw-table__head td {
	background: var(--hw-ink) !important;
	color: #fff !important;
	font-size: 0.8125rem;
	font-weight: 600;
}

table.hw-table tr.hw-table__head td strong {
	color: inherit;
}

@media (max-width: 600px) {
	table.hw-table--stack tr.hw-table__head {
		display: none;
	}
}

@media (max-width: 600px) {
	table.hw-table--stack,
	table.hw-table--stack tbody,
	table.hw-table--stack tr,
	table.hw-table--stack td {
		box-sizing: border-box !important;
		max-width: 100%;
	}

	table.hw-table--stack td {
		overflow-wrap: anywhere;
	}

	table.hw-table--stack td::before {
		overflow-wrap: normal;
	}
}

@media (max-width: 600px) {
	table.hw-table--stack tbody tr td:first-child,
	table.hw-table--stack tbody tr:nth-child(even) td:first-child {
		background: var(--hw-soft) !important;
	}
}

/* ---------- Gids (template A) ---------- */
.hw-status--guide {
	flex-wrap: wrap;
}

.hw-status__note {
	flex-basis: 100%;
	color: var(--hw-ink-soft);
	font-size: 0.8125rem;
}

.hw-2min {
	margin: 1.75rem 0;
	padding: 1.1rem 1.25rem;
	border: 1px solid var(--hw-line);
	border-top: 3px solid var(--hw-blue);
	border-radius: 10px;
	background: #fff;
	color: var(--hw-ink);
}

.hw-2min__title {
	margin: 0 0 0.75rem;
	font-size: 1.125rem;
	font-weight: 700;
}

.hw-2min__grid {
	display: grid;
	gap: 0.85rem;
}

.hw-2min__label {
	color: var(--hw-ink-soft);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hw-2min__text {
	margin-top: 0.15rem;
	font-size: 0.9375rem;
	line-height: 1.55;
}

/* Inklapbare inhoudsopgave */
details.hw-toc {
	margin: 1.5rem 0 2rem;
	border: 1px solid var(--hw-line);
	border-radius: 10px;
	background: var(--hw-soft);
}

details.hw-toc summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	padding: 0.5rem 1rem;
	color: var(--hw-ink);
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

details.hw-toc summary::-webkit-details-marker {
	display: none;
}

details.hw-toc summary::after {
	content: "+";
	font-size: 1.25rem;
	font-weight: 400;
}

details.hw-toc[open] summary::after {
	content: "\2212";
}

details.hw-toc ul {
	margin: 0 !important;
	padding: 0 1rem 0.9rem 2rem !important;
}

details.hw-toc li {
	margin: 0.3rem 0 !important;
}

/* Op desktop staat de inhoudsopgave al in de zijbalk. */
@media (min-width: 1024px) {
	.hw-guide details.hw-toc {
		display: none;
	}
}

/* Providerkaarten in een gids */
.hw-pcard {
	margin: 1.5rem 0 !important;
	padding: 1.1rem 1.25rem 0.4rem !important;
	border: 1px solid var(--hw-line);
	border-radius: 10px;
	background: #fff;
	scroll-margin-top: 90px;
}

.hw-pcard > .wp-block-heading:first-child,
.hw-pcard h3:first-child {
	margin-top: 0 !important;
	scroll-margin-top: 90px;
}

.hw-pcard ul {
	margin-bottom: 1rem !important;
	padding: 0.75rem 1rem 0.75rem 2rem !important;
	border-radius: 8px;
	background: var(--hw-soft);
}

.hw-pcard__price {
	color: var(--hw-ink-soft);
	font-size: 0.875rem !important;
}

/* Contextuele links in de zijbalk */
.hw-related {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hw-related li {
	margin: 0;
	padding: 0.45rem 0;
	border-bottom: 1px solid var(--hw-line);
	line-height: 1.35;
}

.hw-related li:last-child {
	border-bottom: 0;
}

/* Gids: bredere leeskolom (datum staat al in de statusregel). */
@media (min-width: 1024px) {
	.hw-guide .post-readopt .post-meta-left {
		display: none !important;
	}

	.hw-guide .post-readopt .leftbarcalc {
		width: 100% !important;
		max-width: 760px;
	}

	.hw-guide .post-readopt.w_sidebar .post-inner {
		margin-left: 0;
		margin-right: 4%;
	}
}

/* Snelle links onder de zoekbalk op de homepage */
.hw-quicklinks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem 0.5rem;
	margin-top: 0.9rem;
	font-size: 0.875rem;
}

.hw-quicklinks__label {
	color: var(--hw-ink-soft);
	margin-right: 0.15rem;
}

.hw-quicklinks a {
	display: inline-block;
	padding: 0.3rem 0.65rem;
	border: 1px solid var(--hw-line);
	border-radius: 6px;
	background: #fff;
	color: var(--hw-ink) !important;
	text-decoration: none !important;
	line-height: 1.3;
}

.hw-quicklinks a:hover,
.hw-quicklinks a:focus-visible {
	border-color: var(--hw-blue);
	color: var(--hw-blue) !important;
}

/* ---------- [hw_top5] ---------- */
.hw-top5 {
	margin: 1.25rem 0 0.5rem !important;
	padding: 0 !important;
	list-style: none !important;
	counter-reset: none;
}

.hw-top5__item {
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr) auto;
	gap: 0.9rem;
	align-items: center;
	margin: 0 0 0.75rem !important;
	padding: 1rem 1.1rem !important;
	border: 1px solid var(--hw-line);
	border-radius: 10px;
	background: #fff;
	list-style: none !important;
}

.hw-top5__item::before {
	display: none !important;
}

.hw-top5__rank {
	color: var(--hw-ink-soft);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.hw-top5__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.6rem;
}

.hw-top5__name {
	color: var(--hw-ink);
	font-size: 1.125rem;
	font-weight: 700;
}

.hw-top5__score {
	padding: 0.05rem 0.45rem;
	border-radius: 6px;
	background: var(--hw-ink);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
}

.hw-top5__best,
.hw-top5__note,
.hw-top5__price {
	margin-top: 0.25rem;
	font-size: 0.875rem !important;
	line-height: 1.45 !important;
}

.hw-top5__best {
	color: var(--hw-good);
	font-weight: 600;
}

.hw-top5__note {
	color: var(--hw-ink);
}

.hw-top5__price {
	color: var(--hw-ink-soft);
}

.hw-top5__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.35rem;
	min-width: 10.5rem;
	text-align: center;
}

.hw-top5__review {
	font-size: 0.875rem;
}

.hw-top5__meta {
	margin: 0 0 1.5rem;
	color: var(--hw-ink-soft);
	font-size: 0.8125rem;
}

.hw-notice {
	margin: 1.25rem 0 2rem;
	padding: 0.8rem 1rem;
	border-left: 3px solid #e0a526;
	border-radius: 0 8px 8px 0;
	background: #fdf6e7;
	color: var(--hw-ink);
	font-size: 0.9375rem;
	line-height: 1.55;
}

@media (max-width: 640px) {
	.hw-top5__item {
		grid-template-columns: 2rem minmax(0, 1fr);
	}

	.hw-top5__actions {
		grid-column: 1 / -1;
		min-width: 0;
	}
}

/* Voortgangsbalken: geen animatie nodig, breedte staat direct goed. */
.elementor-progress-bar {
	transition: none !important;
}


/* Homepage: zoekbalk met links ook op mobiel tonen (Elementor verbergt dit widget daar standaard). */
@media (max-width: 767px) {
	.elementor-element-43cc021a.elementor-hidden-mobile {
		display: block !important;
	}

	.elementor-element-43cc021a .hw-quicklinks {
		justify-content: flex-start;
	}
}

/* Zoekformulier in de hero: veld en knop naast elkaar zonder overloop. */
.elementor-element-43cc021a .custom_search_box form {
	display: flex !important;
	align-items: stretch;
	gap: 0;
}

.elementor-element-43cc021a .custom_search_box input[type="text"] {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
	padding-right: 0.75rem !important;
}

.elementor-element-43cc021a .custom_search_box .inside-search {
	display: none !important;
}

.elementor-element-43cc021a .custom_search_box input[type="text"] {
	border-radius: 8px 0 0 8px !important;
}

.elementor-element-43cc021a .custom_search_box button {
	position: static !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	align-self: stretch;
	height: auto !important;
	min-height: 48px;
	margin: 0 !important;
	padding: 0 1.4rem !important;
	border-radius: 0 8px 8px 0 !important;
	font-size: 1rem !important;
}

@media (max-width: 767px) {
	body .elementor-element-43cc021a {
		padding-right: 15px;
		box-sizing: border-box;
	}

	body .elementor-element-43cc021a .custom_search_box form button.wpsm-button {
		width: auto !important;
		padding: 0 1rem !important;
	}

	body .elementor-element-43cc021a .custom_search_box form input[type="text"] {
		flex: 1 1 auto !important;
		width: auto !important;
		padding-left: 14px !important;
		font-size: 15px !important;
	}
}

/* Reviewhub (hub.php) */
.hw-hub__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0 0 1.25rem;
}

.hw-hub__filter {
	min-height: 40px;
	padding: 0.35rem 0.9rem;
	border: 1px solid var(--hw-line);
	border-radius: 8px;
	background: #fff;
	color: var(--hw-ink);
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
}

.hw-hub__filter.is-active {
	border-color: var(--hw-blue);
	background: var(--hw-blue);
	color: #fff;
}

.hw-hub__group {
	margin: 0 0 2rem;
}

.hw-hub__title {
	margin: 0 0 0.25rem !important;
	font-size: 1.25rem !important;
}

.hw-hub__uitleg {
	margin: 0 0 0.9rem !important;
	color: var(--hw-ink-soft);
	font-size: 0.9375rem !important;
}

.hw-hub__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 0.75rem;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.hw-hub__card {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	margin: 0 !important;
	padding: 0.9rem 1rem !important;
	border: 1px solid var(--hw-line);
	border-radius: 10px;
	background: #fff;
	list-style: none !important;
}

.hw-hub__card::before {
	display: none !important;
}

.hw-hub__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.hw-hub__name {
	color: var(--hw-ink) !important;
	font-size: 1.05rem;
	font-weight: 700;
	text-decoration: none !important;
}

.hw-hub__score {
	flex: none;
	padding: 0.05rem 0.45rem;
	border-radius: 6px;
	background: var(--hw-ink);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
}

.hw-hub__best,
.hw-hub__limit {
	font-size: 0.875rem !important;
	line-height: 1.4 !important;
}

.hw-hub__limit {
	color: var(--hw-ink-soft);
}

.hw-hub__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.6rem;
	margin-top: auto;
	padding-top: 0.3rem;
	color: var(--hw-ink-soft);
	font-size: 0.8125rem;
}

.hw-hub__more {
	margin: 1rem 0 0 !important;
}

.hw-hub__more .hw-btn {
	display: inline-flex;
}

/* Routes op de homepage */
.hw-routes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 0.9rem;
	margin: 0.5rem 0 0;
}

@media (min-width: 1100px) {
	.hw-routes {
		grid-template-columns: repeat(5, 1fr);
	}
}

.hw-routes__card {
	padding: 1.1rem 1.2rem;
	border: 1px solid var(--hw-line);
	border-radius: 12px;
	background: var(--hw-soft);
}

.hw-routes__title {
	margin: 0 0 0.35rem !important;
	font-size: 1.05rem !important;
	line-height: 1.3 !important;
}

.hw-routes__text {
	margin: 0 0 0.6rem !important;
	color: var(--hw-ink-soft);
	font-size: 0.9rem !important;
	line-height: 1.45 !important;
}

.hw-routes__links {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.hw-routes__links li {
	margin: 0 0 0.3rem !important;
	padding: 0 !important;
	list-style: none !important;
}

.hw-routes__links li::before {
	display: none !important;
}

.hw-routes__links a {
	font-weight: 600;
}

/* Keuzeblok op vergelijkingspagina's */
.hw-choose {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1rem;
	margin: 1rem 0 1.5rem;
}

.hw-choose > div {
	padding: 1rem 1.2rem;
	border: 1px solid var(--hw-line);
	border-left: 4px solid var(--hw-blue);
	border-radius: 10px;
	background: #fff;
}

.hw-choose h3 {
	margin: 0 0 0.5rem !important;
	font-size: 1.1rem !important;
}

.hw-choose ul {
	margin: 0 !important;
	padding-left: 1.1rem !important;
}

.hw-choose li {
	margin-bottom: 0.35rem !important;
	line-height: 1.45 !important;
}

/* Tabellen in Elementor-tekstwidgets (vergelijkingspagina's) horizontaal scrollbaar op smalle schermen */
@media (max-width: 767px) {
	.elementor-widget-text-editor table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* Verder op Hostingwijzer (related.php) */
.hw-related {
	margin: 2rem 0 0;
	padding: 1rem 1.2rem;
	border: 1px solid var(--hw-line);
	border-left: 4px solid var(--hw-blue);
	border-radius: 10px;
	background: var(--hw-soft);
}

.hw-related__title {
	margin: 0 0 0.6rem;
	color: var(--hw-ink);
	font-size: 1rem;
	font-weight: 700;
}

.hw-related__list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.hw-related__list li {
	margin: 0 0 0.5rem !important;
	padding: 0 !important;
	list-style: none !important;
	line-height: 1.45;
}

.hw-related__list li::before {
	display: none !important;
}

.hw-related__list a {
	font-weight: 600;
}

.hw-related__list span {
	display: block;
	color: var(--hw-ink-soft);
	font-size: 0.875rem;
}

/* ---------- Voorbeeldvarianten reviewpagina (?hwreview=a / b) ---------- */
body.hw-rv-a .rate_bar_wrap .overall-score {
	display: none !important;
}

body.hw-rv-a .rate_bar_wrap .review-top {
	display: block !important;
}

body.hw-rv-a .rate_bar_wrap .review-text {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hw-rv-a .rate_bar_wrap .review-header {
	display: block;
	margin: 0 0 0.75rem;
	font-size: 1.25rem !important;
}

body.hw-rv-a .rate_bar_wrap .review-text > p > br {
	display: none;
}

.hw-hero__more {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	gap: 1.5rem;
	margin: 1.25rem 0 0;
	padding-top: 1.25rem;
	border-top: 1px solid var(--hw-line);
}

.hw-hero__subtitle {
	margin: 0 0 0.5rem;
	color: var(--hw-ink);
	font-size: 0.9375rem;
	font-weight: 700;
}

.hw-hero__pc .hw-hero__subtitle + ul + .hw-hero__subtitle {
	margin-top: 0.9rem;
}

.hw-crit,
.hw-pc {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.hw-crit li {
	display: grid;
	grid-template-columns: minmax(9rem, 12rem) 1fr 2.2rem;
	gap: 0.6rem;
	align-items: center;
	margin: 0 0 0.45rem !important;
	font-size: 0.875rem;
	list-style: none !important;
}

.hw-crit li::before,
.hw-pc li::before {
	display: none !important;
}

.hw-crit__bar {
	height: 8px;
	border-radius: 4px;
	background: #e9edf3;
	overflow: hidden;
}

.hw-crit__bar i {
	display: block;
	height: 100%;
	border-radius: 4px;
	background: #2f9e6b;
}

.hw-crit__val {
	font-weight: 700;
	text-align: right;
}

.hw-pc li {
	position: relative;
	margin: 0 0 0.35rem !important;
	padding-left: 1.3rem !important;
	font-size: 0.9rem;
	line-height: 1.45;
	list-style: none !important;
}

.hw-pc--pro li::after,
.hw-pc--con li::after {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
}

.hw-pc--pro li::after {
	content: "+";
	color: #1e7a4f;
}

.hw-pc--con li::after {
	content: "\2212";
	color: #b54708;
}

.hw-hero__offer {
	margin-top: 1.1rem;
}

@media (max-width: 767px) {
	.hw-hero__more {
		grid-template-columns: 1fr;
	}

	.hw-crit li {
		grid-template-columns: minmax(7.5rem, 1fr) 1fr 2rem;
	}
}

/* Iconen van de routekaarten horen alleen bij de speelse laag (hw-fun.css). */
.hw-routes__icon {
	display: none;
}

/* Logo bovenaan de reviewkaarten in de hub. */
.hw-hub__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 86px;
	margin: -4px -4px 8px;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.hw-hub__logo img {
	display: block;
	max-width: 78%;
	max-height: 78px;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform 0.25s;
}

.hw-hub__card:hover .hw-hub__logo img {
	transform: scale(1.05);
}

/* Kortingsbon in de top 5 (exclusieve actie, bijvoorbeeld Cloud86). */
.hw-t5__deal {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0 0.7rem;
	align-items: center;
	margin: 0.6rem 0 0.2rem;
	padding: 0.55rem 1.1rem;
	border: 2px dashed #f0a636;
	border-radius: 10px;
	background: #fff6da;
}

.hw-t5__deal::before,
.hw-t5__deal::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-radius: 50%;
	background: #fff;
	border: 2px dashed #f0a636;
}

.hw-t5__deal::before {
	left: -9px;
	clip-path: inset(0 0 0 50%);
}

.hw-t5__deal::after {
	right: -9px;
	clip-path: inset(0 50% 0 0);
}

.hw-t5__deal-label {
	grid-row: span 2;
	padding: 0.2rem 0.5rem;
	border-radius: 6px;
	background: #f0a636;
	color: #14213d;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	max-width: 7.5rem;
}

.hw-t5__deal-title {
	color: #14213d;
	font-family: var(--hw-font-head, inherit);
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.2;
}

.hw-t5__deal-note {
	color: var(--hw-ink-soft);
	font-size: 0.8rem;
	line-height: 1.35;
}

/* ---------- Top 5 op de homepage ([hw_top5 details="ja"]) ----------
   Mix van oud en nieuw: rangnummer | ruime kaart | deelcijfers als volle balken. */
.hw-top5--rich {
	margin: 1rem 0 0 !important;
}

.hw-top5--rich .hw-t5 {
	display: grid;
	grid-template-columns: 3.6rem minmax(0, 11fr) minmax(0, 10fr);
	gap: 1.4rem;
	align-items: start;
	margin: 0 0 2.2rem !important;
	padding: 0 !important;
	border: 0;
	background: none;
	list-style: none !important;
}

.hw-t5__rank {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-top: 1rem;
	border-radius: 50%;
	background: #eef3fe;
	color: #296bef;
	font-family: var(--hw-font-head, inherit);
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
}

.hw-t5:first-child .hw-t5__rank {
	background: #fff3cc;
	color: #14213d;
}

.hw-t5:first-child .hw-t5__rank::after {
	content: "";
	position: absolute;
	right: -6px;
	top: -6px;
	width: 18px;
	height: 18px;
	background: #f0a636;
	clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.hw-t5__card {
	padding: 1.2rem 1.3rem 1.1rem;
	border: 1px solid var(--hw-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 2px 0 rgba(20, 33, 61, 0.04);
	transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.hw-t5:hover .hw-t5__card {
	border-color: #cfdcfb;
	box-shadow: 0 12px 26px rgba(41, 107, 239, 0.1);
	transform: translateY(-2px);
}

.hw-t5:first-child .hw-t5__card {
	border: 2px solid #fdc92f;
	background: linear-gradient(180deg, #fffaf0 0%, #fff 55%);
}

.hw-t5__top {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 0.8rem;
}

.hw-t5__logo {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 84px;
	border: 1px solid var(--hw-line);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.hw-t5__logo img {
	max-width: 84%;
	max-height: 70px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.hw-t5__name {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--hw-ink) !important;
	font-family: var(--hw-font-head, inherit);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.15;
	text-decoration: none !important;
}

.hw-t5__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.45rem;
}

.hw-t5__score {
	padding: 0.1rem 0.55rem;
	border-radius: 7px;
	background: #14213d;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
}

.hw-t5__badge {
	padding: 0.15rem 0.55rem;
	border-radius: 6px;
	background: #fdc92f;
	color: #14213d;
	font-size: 0.78rem;
	font-weight: 700;
}

.hw-top5--rich .hw-t5__best,
.hw-top5--rich .hw-t5__price {
	margin: 0 0 0.3rem;
	font-size: 0.95rem !important;
	line-height: 1.5 !important;
}

.hw-t5__best strong {
	color: var(--hw-good);
}

.hw-t5__price {
	color: var(--hw-ink-soft);
}

.hw-t5__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1.1rem;
	margin-top: 0.9rem;
}

.hw-t5__actions .hw-btn {
	flex: 0 1 auto;
	min-width: 13rem;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}

.hw-t5__review {
	font-size: 0.95rem;
	font-weight: 600;
}

.hw-t5__copied {
	margin-top: 0.4rem;
	color: var(--hw-good);
	font-size: 0.85rem;
	line-height: 1.35;
}

.hw-t5__copied:empty {
	display: none;
}

/* Rechterkolom: deelcijfers zoals in de oude opzet, als volle balken onder elkaar. */
.hw-t5__side {
	padding: 1rem 0.2rem 0;
}

.hw-t5__side-title {
	margin: 0 0 0.55rem;
	color: var(--hw-ink-soft);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.hw-top5--rich .hw-t5__crit {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.hw-top5--rich .hw-t5__crit li {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0 0.5rem;
	margin: 0 0 0.55rem !important;
	padding: 0 !important;
	list-style: none !important;
}

.hw-top5--rich .hw-t5__crit li::before {
	display: none !important;
}

.hw-top5--rich .hw-t5__crit span,
.hw-top5--rich .hw-t5__crit b {
	font-size: 0.875rem !important;
	line-height: 1.3 !important;
}

.hw-top5--rich .hw-t5__crit span {
	color: var(--hw-ink);
}

.hw-top5--rich .hw-t5__crit b {
	color: var(--hw-ink);
	font-weight: 700;
}

.hw-top5--rich .hw-t5__crit i {
	grid-column: 1 / -1;
	height: 8px;
	margin-top: 4px;
	border-radius: 4px;
	background: #e9edf3;
	overflow: hidden;
}

.hw-top5--rich .hw-t5__crit em {
	display: block;
	height: 100%;
	border-radius: 4px;
	background: #2f9e6b;
	transform-origin: left;
	transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) 0.2s;
}

.hw-reveal:not(.is-in) .hw-t5__crit em {
	transform: scaleX(0);
}

@media (max-width: 1024px) {
	.hw-top5--rich .hw-t5 {
		grid-template-columns: 3.2rem minmax(0, 1fr);
		gap: 0.9rem 1rem;
	}

	.hw-t5__side {
		grid-column: 2 / -1;
		padding-top: 0;
	}

	.hw-top5--rich .hw-t5__crit {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 1.2rem;
	}
}

@media (max-width: 640px) {
	.hw-top5--rich .hw-t5 {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.7rem;
		margin-bottom: 1.8rem !important;
	}

	.hw-t5__rank {
		position: absolute;
		z-index: 2;
		width: 40px;
		height: 40px;
		margin: -12px 0 0 -8px;
		font-size: 20px;
	}

	.hw-top5--rich .hw-t5 {
		position: relative;
	}

	.hw-t5__side {
		grid-column: 1 / -1;
	}

	.hw-t5__logo {
		width: 104px;
		height: 66px;
	}

	.hw-t5__name {
		font-size: 1.2rem;
	}

	.hw-t5__actions .hw-btn {
		flex: 1 1 100%;
		min-width: 0;
	}
}

/* Beslisblok: melding na het kopiëren van een kortingscode. */
.hw-copied {
	color: var(--hw-good);
	font-size: 0.8125rem;
	line-height: 1.35;
}

.hw-copied:empty {
	display: none;
}

/* ---------- Reviews met beslisblok op mobiel ---------- */
@media (max-width: 767px) {
	/* Geen tweede aanbod (logo, prijs, knop) boven de review; het beslisblok toont dat al. */
	body.hw-has-hero .wpsm_score_box .woo-image-part,
	body.hw-has-hero .wpsm_score_box .gut-auto-btn {
		display: none !important;
	}

	/* Inhoudsopgave ingeklapt tot één regel. */
	.hw-toc > div[role="button"] {
		position: relative;
		padding-right: 44px !important;
		cursor: pointer;
	}

	.hw-toc > div[role="button"]::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		width: 9px;
		height: 9px;
		margin-top: -6px;
		border-right: 2px solid #296bef;
		border-bottom: 2px solid #296bef;
		transform: rotate(45deg);
		transition: transform 0.2s;
	}

	.hw-toc > div[aria-expanded="true"]::after {
		margin-top: -1px;
		transform: rotate(-135deg);
	}

	.hw-toc.hw-toc-closed .sidecontents {
		display: none;
	}

	/* Deelcijfers: label boven de balk, zodat lange namen niet afbreken. */
	.hw-crit li {
		grid-template-columns: 1fr auto;
		row-gap: 4px;
	}

	.hw-crit__label {
		grid-column: 1;
	}

	.hw-crit__val {
		grid-column: 2;
		grid-row: 1;
	}

	.hw-crit__bar {
		grid-column: 1 / -1;
		grid-row: 2;
	}
}
