:root {
	--color-surface-subtle: #F8FAFC;
}

html[data-ips-scheme="dark"] {
	--color-surface-subtle: #252130;
}

/* =============================
   TOP CONTRIBUTORS
================================ */

.hl-top-contributors-card {
	padding: var(--space-6);
}

.hl-top-contributors-card h2 {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: var(--color-text);
}

.hl-top-contributors-card > p {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 12px;
	color: var(--color-text-secondary);
}

.hl-top-contributors-list {
	display: flex;
	flex-direction: column;
	gap: var(--space-6);
	margin-top: var(--space-8);
}

.hl-top-contributor {
	display: flex;
	align-items: center;
	gap: var(--space-5);
	color: inherit;
	text-decoration: none;
}

.hl-top-contributor:hover strong {
	color: var(--color-primary);
	text-decoration: underline;
}

.hl-top-avatar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	border-radius: var(--radius-pill);
	background: #5364F5;
	color: #fff;
}

.hl-top-contributor:nth-child(2) .hl-top-avatar {
	background: #344D6B;
}

.hl-top-contributor:nth-child(3) .hl-top-avatar {
	background: var(--color-success);
}

.hl-top-avatar span {
	font-size: 34px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
}

.hl-top-avatar i {
	position: absolute;
	right: -8px;
	top: -8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: var(--radius-pill);
	background: var(--color-primary);
	color: #fff;
	font-size: 15px;
}

.hl-top-content {
	min-width: 0;
}

.hl-top-content strong {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: var(--color-text);
}

.ipsBadge {
	font-weight: 500;
}

.hl-top-content span {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	line-height: 14px;
	color: var(--color-text-secondary);
}

.hl-top-contributors-card .hl-card-link {
	margin-top: var(--space-8);
}

.hl-top-avatar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 999px;
	overflow: hidden;
	background: #5364F5;
	color: #fff;
}

.hl-top-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hl-top-avatar span {
	font-size: 34px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
}

/* =============================
   RELATED TOPICS
================================ */

.hl-related-topics-card h2 {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: var(--color-text);
}

.hl-related-topics-card {
	padding: var(--space-6);
}

.hl-related-topics-list {
	margin-top: var(--space-4);
}

.hl-related-topic {
	display: block;
	padding: 0 0 var(--space-3);
	margin-bottom: var(--space-3);
	border-bottom: 1px solid var(--color-border-soft);
	color: var(--color-text);
	text-decoration: none;
}

.hl-related-topic:last-child {
	margin-bottom: 0;
}

.hl-related-topic strong {
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	color: var(--color-text);
}

.hl-related-topic:hover strong {
	color: var(--color-primary);
	text-decoration: underline;
}

.hl-related-topic-meta {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	margin-top: var(--space-1);
	font-size: 11px;
	line-height: 16px;
	color: var(--color-text-secondary);
}

.hl-related-topic-meta span:nth-child(2),
.hl-related-topic-meta span:nth-child(3) {
	font-weight: 500;
}

.hl-related-topic-meta span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}

.hl-related-topic-meta .ipsTime__short {
	display: none;
}

.hl-related-empty {
	margin: var(--space-4) 0 0;
	font-size: 13px;
	line-height: 18px;
	color: var(--color-text-secondary);
}

/*======================
    TOPIC TEMPLATE
========================*/
/*======================
    TOPIC TEMPLATE
========================*/
.hl-topic-actions {
	display: flex;
	align-items: stretch;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
    justify-content: end;
	padding-bottom: 10px;
}

.hl-topic-actions > li {
	margin: 0;
	padding: 0;
}

/* Follow-wrapper die door de controller wordt herrenderd */
.hl-topic-actions [data-controller="core.front.core.followButton"] {
	display: inline-flex;
}

.hl-topic-action-btn,
.hl-topic-actions .ipsButton--follow {
	border: 0 !important;
	border-radius: var(--radius-sm);
	background: var(--color-surface) !important;
	color: var(--color-primary) !important;
	box-shadow: none !important;
	overflow: hidden;
}

.hl-topic-action-btn,
.hl-topic-actions .ipsButton--follow > a:first-child {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 0 12px;
	color: var(--color-primary) !important;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none !important;
	cursor: pointer;
}

.hl-topic-action-btn i,
.hl-topic-actions .ipsButton--follow > a:first-child i {
	color: var(--color-primary) !important;
	font-size: 14px;
}

/* Custom caret (share-knop) */
.hl-topic-action-caret {
	margin-left: 4px;
	font-size: 14px !important;
}

/* IPS-caret in de follow-knop */
.hl-topic-actions .ipsButton--follow .ipsMenuCaret {
	margin-left: 4px;
	color: var(--color-primary) !important;
}

.hl-topic-actions .ipsButton--follow {
	display: flex !important;
	align-items: stretch !important;
}

.hl-topic-actions .ipsButton--follow .ipsButton__segment {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-left: 1px solid var(--color-primary) !important;
	/* background: var(--color-surface) !important; */
	color: var(--color-primary) !important;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none !important;
    padding: 8px 10px;
}

.hl-topic-actions button {
    padding: 13px;
    height: 30px;
}

.hl-topic-actions .ipsButton {
    /* padding: 5px 0; */
    height: 30px;
}

.hl-share-dropdown ul {
	margin: 0;
	padding: var(--space-2);
	list-style: none;
}

.hl-share-dropdown a {
	display: flex;
	align-items: center;
	gap: var(--space-2);
	padding: var(--space-2) var(--space-3);
	border-radius: var(--radius-sm);
	color: var(--color-text);
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.hl-share-dropdown a:hover {
	background: var(--color-primary-soft);
	color: var(--color-primary);
}

.ipsBox--topicHeader.ipsBox {
    padding: 32px 32px 71px 32px;
}

/* Original heading share buttons */
.ipsPageHeader__row .ipsButtons {
    display: none;
}

/* Tanslation disclaimer */
.hl-translate-disclaimer {
    display: none;
}

/* =============================
   TOPIC HEADER META
================================ */

.hl-topic-header-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-4);
	margin-bottom: var(--space-4);
}

.hl-topic-header-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--space-2);
}

.hl-topic-header-tag {
	display: inline-flex;
	align-items: center;
	height: 22px;
	padding: 0 var(--space-3);
	border-radius: var(--radius-sm);
	background: var(--light-blue-border);
	color: var(--color-tag-text);
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
}

html[data-ips-scheme="dark"] .hl-topic-header-tag {
	background: var(--color-border-soft);
	color: var(--color-tag-text);
}

.hl-topic-header-stats,
.hl-author-stats-left
{
	display: flex;
	align-items: center;
	gap: var(--space-2);
	color: var(--color-text-secondary);
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 4px;
}

.hl-author-stats{
	display:flex;
    gap: var(--space-2);
	color: var(--color-text-secondary);
	font-size: 12px;
	line-height: 18px;
	align-items:center;
	justify-content:space-between;
	gap:20px;
}

.ipsEdited {
	font-size: 14px;
	font-weight: 500;
}

.ipsPager a {
	color: #ff7a00;
}

.hl-author-stats-left{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.hl-author-stats-right{
	margin-left:auto;
	white-space:nowrap;
    gap: var(--space-2);
	color: var(--color-text-secondary);
	font-size: 12px;
	line-height: 18px;
}

.ipsEntry__header .ipsBadges {
    margin-right: 0;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-top: 0;
}

.ipsEntry__header .ipsBadges .ipsBadge--positive {
    background: #6daa6f;
    color: #FFFFFF;
    font-size: 11px;
    height: 28px;
    padding: 0 6px;
    text-transform: capitalize;
    width: max-content;
}

.ipsEntry__header .ipsBadges .ipsBadge--positive i {
    display: none;
}

.ipsPhotoPanel {
    width: 100%;
}

.ipsPageHeader__primary .ipsTags {
    display: none;
}

.ipsEntry__header .ipsInput {
    top: 13px;
    right: 40px;
	display: none;
}

.ipsBox .ipsPageHeader:not(:last-child) {
    border-bottom: none;
}

.ipsEntry__header .ipsEntry__group {
    margin-left: 0;
	margin-right: 10px;
}

.ipsEntry__header .ipsEntry__group {
    background: var(--color-primary-soft);
    padding: 2px 8px;
    color: var(--color-primary-hover);
    border-radius: var(--radius-sm);
}

/* =============================
   TOPIC HEADER
================================ */
.ipsBox--topicHeader aside {
    padding: 0;
}

.ipsBox--topicHeader .ipsEntry__post {
    padding: 0;
}

.ipsEntry__header .ipsEntry__topButton--profile {
    display: none;
}

.ipsBox--topicHeader .ipsPhotoPanel__secondary,
.ipsEntry__header .ipsPhotoPanel__secondary {
    display: none;
}

.ipsBox--topicHeader .ipsEntry__header {
    border-bottom: 1px solid var(--color-border-soft);
}

.ipsBox--topicHeader .ipsEntry__content {
    padding-top: 24px;
}

.ipsBox--topicHeader .ipsEntry__header {
    padding-bottom: 24px;
	padding-top: 20px;
}

html[data-ips-scheme="dark"] #ipsTopicView .ipsBox {
	background: var(--topic-post-container);
}

html[data-ips-scheme="dark"] #replyForm p {
	color: #FFFFFF !important;
}

#replyForm .ipsComposeArea_warning {
	margin-top: 20px;
}

html[data-ips-guest] #replyForm {
	display: none !important;
}

.ipsEntry__username,
:where(.ipsRichText--user:not(:has(.ipsEditor))) {
    font-size: 15px !important;
}

.ipsEntry__post div[data-ips-hook="postContent"] {
	padding-bottom: 24px;
}

ul[data-ips-hook="topicMainButtons"] {
    position: relative;
    top: -78px;
    right: 32px;
}

ul[data-ips-hook="topicMainButtons"] li:nth-child(2) {
    display: none;
}

ul[data-ips-hook="topicMainButtons"] li:nth-child(3) .ipsButton span {
    display: none;
}

ul[data-ips-hook="topicMainButtons"] li:nth-child(3) a.ipsButton:after {
    content: 'Beantwoord deze vraag';
}

ul[data-ips-hook="topicMainButtons"] li:nth-child(3) .ipsButton span {
    display: none;
}

ul[data-ips-hook="topicMainButtons"] .ipsButton {
    padding: 0 26px;
    height: 40px;
    font-size: 13px;
    font-weight: 500;
}

ul[data-ips-hook="topicMainButtons"] li:nth-child(3) .ipsButton i {
    display: none;
}

#ipsTopicView .ipsMessage--success {
    display: none;
}

/* Topic rating */
#topicRatingContainer {
	margin-top: 20px;
}

/* Answer bar */
.hl-main-container {
    padding: 32px;
}

.ipsLayout__primary-column #comments .ipsPager .ipsPager_prev {
	display: none;
}

@media screen and (max-width: 979px) {
	.ipsBox--topicHeader.ipsBox {
		border-radius: var(--border-radius);
	}

	.ipsLayout__columns {
		padding-top: 0 !important;
	}

	.hl-main-container {
		border: none !important;
	}
}

@media screen and (max-width: 768px) {
	.hl-main-container {
		padding: 0;
	}

	#ipsTopicView {
		padding: 0 20px;
	}

	.ipsBox--topicHeader.ipsBox {
		padding: 20px 20px 71px 20px;
	}

	ul[data-ips-hook="topicMainButtons"] {
		right: 0 !important;
	}

	.hl-main-container article[data-ips-hook="postWrapper"] {
		padding: 20px 20px 20px 20px !important;
		background: #FFF !important;
	}

	.ipsEntry .ipsEntry__topButtons {
		display: none !important;
	}
}

@media screen and (max-width: 600px) {
	ul[data-ips-hook="topicMainButtons"] {
		top: unset !important;
		right: unset !important;
		margin: 10px -17px 0 -17px;
	}

	ul[data-ips-hook="topicMainButtons"] button {
		background: #ffffff;
	}

	ul[data-ips-hook="topicMainButtons"] button:hover {
		background: #ffffff;
	}
}

@media screen and (max-width: 583px) {
	.ipsEntry__header .ipsPhotoPanel__secondary {
		position: relative !important;
		top: unset;
		right: unset !important;;
	}

	.ipsEntry__header .ipsBadges {
		margin-top: 10px;
	}
}


.hl-best-answer-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding: 0 20px; */
}

.hl-best-answer-count strong {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-text);
}

.hl-best-answer-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 28px;
	padding: 0 18px;
	border-radius: 999px;
	background: #6daa6f;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}

.hl-best-answer-btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: .95;
}

.hl-main-container aside {
    padding: 0;
}

.hl-main-container .ipsEntry__post {
padding: 0;
}

.hl-best-answer-btn.is-disabled {
	opacity: .45;
	pointer-events: none;
}

body[data-pagecontroller="topic"] .ipsButtonBar--top {
    display: none;
}

.hl-main-container .ipsEntry__post {
    border-top: 1px solid var(--color-border-soft);
    padding-top: 20px;
}

.hl-main-container .ipsEntry__header {
    padding-bottom: 18px;
}

.hl-main-container article[data-ips-hook="postWrapper"] {
    background: #F8FAFC;
    padding: 14px 24px 22px 24px;
    box-shadow: unset;
    border: 1px solid var(--color-border-soft);
    border-radius: var(--border-radius);
    margin-top: 20px;
}

html[data-ips-scheme="dark"] .hl-main-container article[data-ips-hook="postWrapper"] {
	background: var(--topic-post-container-secondary);
}

.ipsEntry__footer {
	padding: 10px var(--i-post--pa-in)
}

.ipsEntry__footer a,
.ipsEntry__footer button {
    padding: 0;
}

.ipsEntry__footer li:hover {
    background-color: transparent !important;
}

.ipsEntry--solved {
    outline: 2px solid #6daa6f !important;
}

.ipsEntry__header .ipsEntry__header-align {
	position: relative;
	/* padding-bottom: 25px; */
	align-items: start !important;
}

.ipsEntry__header .ipsPhotoPanel {
	padding-top: 10px;
}

.ipsEntry__header .ipsBadge--author {
	display: none
}

.ipsEntry__moderatorBadge {
	font-size: 11px;
}

.ipsEntry__username .ipsBadge {
	font-size: 11px;
	background: #EEF2F6;
	color: #3A4F67;
	text-transform: capitalize;
}

.ipsEntry__header .ipsPhotoPanel__secondary {
	position: absolute;
	bottom: -3px;
	right: 0;
	display: block;
}

.ipsEntry__header .ipsPhotoPanel__secondary a {
	font-size: 12px;
	line-height: 16px;
	color: #3A4F67;
}

.ipsQuote {
	border-color: #7C9CBF;
	background: #E5EAF0;
	color: #3A4F67;
	padding: 14px 20px;
	margin: 20px 0;
}

div.ipsQuote_citation a {
	font-size: 11px !important;
	font-style: normal;
}

.ipsQuote_citation {
	margin-bottom: 0;
	font-weight: 900;
	font-size: 11px !important;
	display: flex;
	align-items: center;
	gap: 5px;
	color: #3A4F67;
}

.ipsQuote_contents {
	font-style: italic;
}

.ipsEntry__signature {
	font-size: 14px !important;
}

.hl-reactions-title {
	display: none;
}

.ipsQuote_citation::before {
	margin-right: 2px;
	font-size: 16px;
}

.ipsQuote div * {
	color: #3A4F67;
	font-size: 14px;
	font-style: italic;
}

/* Quotes in dark mode */
html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] .ipsEntry__post blockquote.ipsQuote {
	background: #211D2A !important;
	background-color: #211D2A !important;
	border-color: #5B5174 !important;
	color: #F2EFF7 !important;
}

html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] .ipsQuote_citation {
	background: transparent !important;
	color: #B7B4C0 !important;
}

html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] .ipsQuote div * {
	color: #F2EFF7 !important;
}

html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] .ipsQuote_citation,
html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] .ipsQuote_citation * {
	color: #B7B4C0 !important;
	font-style: normal;
}

html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] .ipsQuote_citation a,
html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] .ipsQuote_citation-origin,
html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] .ipsQuote_citation-origin i {
	color: #9BB7E1 !important;
}

html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] .ipsQuote_citation a:hover {
	color: #FFFFFF !important;
}

html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] .ipsQuote_contents {
	background: transparent !important;
	border-color: #413953 !important;
}

/* Quotes while composing a reply in the TipTap editor */
html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] #replyForm .ipsEditor .react-renderer.node-blockquote,
html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] #replyForm .ipsEditor blockquote.ipsQuote {
	background: #211D2A !important;
	background-color: #211D2A !important;
	border-color: #5B5174 !important;
	color: #F2EFF7 !important;
}

html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] #replyForm .ipsEditor .ipsQuote_citation {
	background: transparent !important;
	color: #B7B4C0 !important;
}

html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] #replyForm .ipsEditor .ipsQuote_contents,
html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] #replyForm .ipsEditor .ipsQuote_contents * {
	background: transparent !important;
	color: #F2EFF7 !important;
}

html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] #replyForm .ipsEditor .ipsEditor__node-drag-handle,
html[data-ips-scheme="dark"] body[data-pagecontroller="topic"] #replyForm .ipsEditor .ipsEditor__create-sibling {
	background-color: #413953 !important;
	color: #D8D2E3 !important;
}

.ipsEntry__footer {
	border-bottom: 1px solid #EEF2F6;
	padding-bottom: 10px;
}

.ipsEntry__signature {
	border-top: none;
	padding-bottom: 12px;
	margin-top: 0;
	padding-top: 50px;
}

.ipsEntry__signature .ipsRichText,
.ipsEntry__signature .ipsRichText a {
	font-style: italic;
	color: #AAAAAA;
	font-size: 12px;
	line-height: 18px;
}

@media (max-width: 768px) {
	.hl-topic-header-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: var(--space-3);
	}

	.hl-topic-header-stats,
    .hl-author-stats {
		flex-wrap: wrap;
		white-space: normal;
	}
}

/* REPLY FORM */
#replyForm {
	margin-top: 30px;
	background: #FFFFFF;
	border-radius: 12px;
}

#replyForm .ipsComposeArea {
	margin-top: 28px;
}

#replyForm .ipsEditor {
	background: var(--color-surface-subtle);
	border: 1px solid var(--color-border-soft);
	box-shadow: unset;
}

#replyForm .ipsEditor:before {
	content: "";
	height: 0;
	width: 0;
}

#replyForm .ipsComposeArea_dummy i {
	display: none;
}

#replyForm .ipsEditor {
	font-size: 14px;
}

#replyForm .ipsComposeArea_dummy {
	color: #7C9CBF;
	height: 120px;
}

/* Avatar icons */
.ipsAvatarStack__rank {
	inset-inline-start: -24%;
    inset-block-end: -32%;
    width: 25px !important;
}

.cAuthorPane_badge--moderator{
	background: transparent;
	background-color: transparent;
	border:none;
	border-radius: none;
}

.ipsEntry__username li {
	list-style-type: none;
	margin-right: 5px;
}

.ipsBadge--moderator,
.ipsBadge--admin{
	background: #FFF3EB !important;
	color: #DE6900 !important;
}

.ipsEntry__header-align .ipsBadges li {
	display: none;
}

.ipsBox--topicHeader .ipsPhotoPanel__secondary a {
	display: none;
}

article[data-ips-hook="postWrapper"] menu[data-ips-hook="postFooterControls"] li:nth-child(3) {
	display: none;
}

article[data-ips-hook="postWrapper"] .hl-trophy-btn {
	border-radius: 30px;
	height: 30px;
	width: 30px;
	background: #d4d4d4;
	justify-self: center;
}

article[data-ips-hook="postWrapper"] .hl-trophy-btn.unsolved i {
	color: var(--primary-color); 
	margin-top: 8px;
}

article[data-ips-hook="postWrapper"] .hl-trophy-btn.solved i {
	font-size: 40px;
}

article[data-ips-hook="postWrapper"] .hl-trophy-btn.solved {
	background: transparent;
	color: #6daa6f;
	height: auto;
	width: auto;
}

aside[data-ips-hook="topicAuthorColumn"].ipsEntry__author-column .ipsEntry__authorStats,
aside[data-ips-hook="topicAuthorColumn"].ipsEntry__author-column .ipsEntry__username {
	display: none;
}

aside[data-ips-hook="topicAuthorColumn"].ipsEntry__author-column {
	border: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.ipsEntry--post {
		grid-template-columns: var(--post-column--fl-ba, 160px) 1fr;
	}
}

aside[data-ips-hook="topicAuthorColumn"].ipsEntry__author-column .ipsEntry__group {
	margin-top: 0;
}

.hl-post-vote-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 10px var(--i-post--pa-in);
}

.hl-post-vote-left {
	min-width: 0;
}

.hl-post-vote-count {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #6daa6f;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}

.hl-post-vote-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #6daa6f;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding: 4px 7px !important;
}

.hl-post-vote-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-left: auto;
}

.hl-give-best-answer-btn {
	font-size: 11px;
	border-radius: 4px;
	height: 28px;
	font-weight: 600;
}

menu.ipsEntry__controls {
	border-radius: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 0 9px;
	border: 1px solid #7C9CBF;
	background: #fff;
	color: #7C9CBF !important;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	height: 24px;
	flex-direction: row-reverse;
	font-weight: 500;
	font-size: 10px;
}

menu.ipsEntry__controls > li {
	height: unset;
}

menu.ipsEntry__controls > li:nth-child(1) {
	content: "";
	display: block;
	border-left: 1px solid #7C9CBF;
	border-radius: 0;
	padding-left: 5px;
	padding-right: 5px;
}

menu.ipsEntry__controls > li:nth-child(2) {
	padding-right: 5px;
}

.hl-like-btn,
.hl-give-best-answer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 13px;
	border: 1px solid #6daa6f;
	background: #fff;
	color: #4F7D51 !important;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}

.hl-like-btn i {
	font-size: 13px;
}

.hl-like-btn {
	font-size: 10px;
	border-radius: 7px;
	height: 24px;
	font-weight: 500;
}

.hl-like-btn:hover,
.hl-give-best-answer-btn:hover {
	background: #f3faf3;
	color: #4F7D51;
	text-decoration: none;
}

.hl-like-btn.is-active,
.hl-give-best-answer-btn.is-active {
	background: #6daa6f;
	color: #fff !important;
}

.hl-quote-menu {
	display: inline-flex !important;
	align-items: center;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 1px solid #7C9CBF;
	border-radius: 9px;
	background: #fff;
	overflow: hidden;
	list-style: none;
	gap: 0 !important;
}

.hl-quote-menu li {
	display: inline-flex !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.hl-quote-menu a,
.hl-quote-menu button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	height: 22px;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #7C9CBF !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: none !important;
}

.hl-quote-menu a {
	gap: 8px;
	padding: 0 10px !important;
}

.hl-quote-menu button {
	min-width: 30px;
	padding: 0 10px !important;
	border-left: 1px solid #7C9CBF !important;
}

.hl-quote-menu a:hover,
.hl-quote-menu button:hover {
	background: #F4F7FA !important;
	color: #3A4F67 !important;
}

@media (max-width: 600px) {
	.hl-post-vote-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
	}

	.hl-post-vote-right {
		width: 100%;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-left: 0;
	}
}

.ipsPager_type {
	font-weight: 500;
}

/* =============================
   FOLLOW FORM / NOTIFICATIONS POPUP
================================ */

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] {
	background: var(--color-surface);
	color: var(--color-text);
	border-radius: var(--border-radius);
	overflow: hidden;
}

/* Heading: "Volg test" */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsTitle {
	margin: 0;
	padding: 20px;
	border-bottom: 1px solid var(--color-border-soft) !important;
	color: var(--color-text);
	font-size: 14px !important;
	line-height: 20px;
	font-weight: 600;
}

/* Push notification melding */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] i-push-notifications-prompt {
	display: block;
	padding: 0 !important;
	background: #C0EFF5;
}

form.ipsFormWrap--follow .ipsFieldRow {
	border-bottom: none;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsPushNotificationsPrompt__button {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 12px 20px;
	border: 0;
	border-radius: var(--radius-sm);
	background: #C0EFF5;
	color: #3A4F67;
	font-size: 12px;
	line-height: 19px;
	font-weight: 500;
	text-align: left;
	box-shadow: none;
	cursor: pointer;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsPushNotificationsPrompt__button i {
	color: #3A4F67;
	font-size: 15px;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsPushNotificationsPrompt__button u {
	text-underline-offset: 3px;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldRow {
	margin: 0;
	padding: 14px 20px;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldRow + .ipsFieldRow {
	padding: 12px 20px;
	border-top: 1px solid var(--color-border-soft);
}

/* Label "Stuur me:" */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldRow__label {
	display: block;
	margin: 0 0 14px;
	color: #737A8A;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
}

/* Radio list */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldList--radio {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 0;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldList--radio > li {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	padding: 0;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldList__content {
	min-width: 0;
	margin-top: -3px;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldList__content label {
	display: block;
	margin: 0;
	color: var(--color-text);
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	cursor: pointer;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldRow__desc {
	margin-top: 4px;
	color: var(--color-text-secondary);
	font-size: 12px;
	line-height: 17px;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldRow__desc a {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 3px;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldRow__desc a:hover {
	color: var(--color-primary);
}

/* Radio + checkbox kleur */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] input[type="radio"],
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] input[type="checkbox"] {
	accent-color: var(--color-primary);
}

/* Checkbox rij */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] input[name="follow_public_checkbox"] + label,
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] label[for^="check_"] {
	color: var(--color-text);
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
}

/* Submit row */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsSubmitRow {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 10px;
	padding: 16px 20px 16px 20px;
	border-top: 1px solid var(--color-border-soft);
	background: var(--color-surface);
}

/* Alle knoppen in dit formulier */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsSubmitRow .ipsButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	margin: 0;
	border-radius: var(--radius-sm);
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none !important;
	box-shadow: none !important;
}

/* Primaire knop */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsSubmitRow .ipsButton--primary {
	border: 1px solid var(--color-primary) !important;
	background: var(--color-primary) !important;
	color: #fff !important;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsSubmitRow .ipsButton--primary:hover {
	background: var(--color-primary-hover, var(--color-primary)) !important;
	color: #fff !important;
}

/* Secundaire knoppen */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsSubmitRow .ipsButton--text {
	border: 1px solid var(--color-border-soft) !important;
	background: #F0F2F5 !important;
	color: #737A8A !important;
}

form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsSubmitRow .ipsButton--text:hover {
	background: var(--color-primary-soft) !important;
	color: var(--color-primary) !important;
}

/* Notification Settings knop iets minder prominent */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsSubmitRow [data-action="followSettings"] {
	order: 3;
}

/* Follow form radio labels: standaard normaal */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldList--radio input[type="radio"] + .ipsFieldList__content label {
	font-weight: 400 !important;
}

/* Alleen geselecteerde optie semi-bold */
form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsFieldList--radio input[type="radio"]:checked + .ipsFieldList__content label {
	font-weight: 500 !important;
}


/* Mobiel */
@media screen and (max-width: 600px) {
	form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsTitle {
		padding: 16px 18px;
	}

	form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsForm {
		padding: 18px;
	}

	form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsSubmitRow {
		padding: 16px 18px 18px;
		justify-content: stretch;
	}

	form.ipsFormWrap--follow[data-followapp="forums"][data-followarea="topic"] .ipsSubmitRow .ipsButton {
		width: 100%;
	}
}

@media screen and (min-width: 767px) {
	.hl-post-vote-row .hl-give-best-answer-btn {
		display: none;
	}
}

/* SIGNATURE DROPDOWN STYLING */
main .iDropdown a {
	font-size: 13px;
	font-weight: normal;
}

main .iDropdown,
.iDropdown__items {
	padding: 0 !important;
}

main .iDropdown {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
}

main .iDropdown li:last-child {
	border-top: 1px solid #E0E3E8;
}

main .iDropdown__items > li > :is(a, button, label) {
	border-radius: 0 !important;
	color: var(--color-text) !important;
}

main .iDropdown .iDropdown__hr {
	display: none;
}

/* Breadcrumbs styling */
.hl-breadcrumbs a,
.hl-breadcrumbs {
	color: var(--color-text-secondary);
	font-size: 13px;
	padding-top: 20px;
}

.hl-breadcrumb {
	padding-top: 20px;
}

.hl-breadcrumb a.active {
	color: var(--color-primary);
}

/* Sidebar styling */
@media screen and (min-width: 1024px) {
	body[data-pagecontroller="topic"] #ipsLayout_sidebar .ipsLayout__secondary-sticky-inner {
		margin-top: 82px;
	}
}

.ipsPageActions.ipsResponsive_showPhone {
	display: none !important;
}

/* Elipsis */

.ipsEntry .ipsEntry__header-align > .ipsEntry__topButton {
	display: none;
}

.ipsEntry .ipsEntry__topButtons {
	display: flex;
	justify-content: end;
	margin-left: auto;
	margin-top: -18px;
}

.ipsEntry__username > a {
	margin-right: 10px;
}

.ipsEntry > .ipsEntry__topButton,
.hl-topic-header-meta .ipsEntry__topButton {
	position: absolute;
	right: 5px;
	top: 3px;
}

#ipsTopicView .ipsBox--topicHeader {
	position: relative;
}

.ipsLayout__secondary-column .ipsWidget {
	background-color: transparent !important;
	background: transparent !important;
	overflow: hidden !important;
	box-shadow: unset !important;
}

.ipsBox,
.hl-main-container,
.hl-main-container .ipsEntry{
	border: 1px solid var(--color-border);
}

.ipsBox--topicHeader .ipsEntry__footer {
	padding-left: 0;
	padding-right: 0;
}
