.osm-review-slider-section,
.osm-review-slider-section * {
	box-sizing: border-box;
}

.osm-review-slider-section {
	background: var(--osm-rs-bg);
	color: #333;
	padding: 72px 0 18px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	font-family: inherit;
}

.osm-rs-inner {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.osm-rs-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 56px;
	padding-right: 32px;
	min-width: 0;
	max-width: 100%;
}

.osm-rs-heading-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.osm-rs-title {
	font-size: clamp(34px, 4vw, 58px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.04em;
	margin: 0 0 22px;
	color: #333;
	max-width: 1200px;
}

.osm-rs-title span {
	color: var(--osm-rs-accent);
}

.osm-rs-subtitle {
	font-size: clamp(17px, 1.4vw, 21px);
	line-height: 1.5;
	font-weight: 650;
	margin: 0;
	color: #333;
}

.osm-rs-all-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 44px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 8px;
	color: #333;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	flex: 0 0 auto;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.osm-rs-all-link:hover,
.osm-rs-all-link:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
	color: #333;
	text-decoration: none;
	transform: translateY(-1px);
}

.osm-rs-slider {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	--osm-rs-end-space: 100px;
}

.osm-rs-viewport {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	cursor: grab;
	touch-action: pan-y;
}

.osm-rs-viewport.is-dragging {
	cursor: grabbing;
}

.osm-rs-track {
	display: flex;
	gap: 24px;
	transition: transform 0.38s ease;
	will-change: transform;
	user-select: none;
	min-width: 0;
}

.osm-rs-track.is-dragging {
	transition: none;
}

.osm-rs-card {
	flex: 0 0 calc((100% - 72px) / 3.25);
	min-width: 0;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	padding: clamp(26px, 2.4vw, 38px);
	border-radius: 8px;
	background: var(--osm-rs-card);
	color: #333;
	box-shadow: none;
}

.osm-rs-meta {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: clamp(17px, 1.45vw, 22px);
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: 42px;
	color: #333;
	color:19px;
}

.osm-rs-date,
.osm-rs-dot {
	color: #616060;
    font-weight: 600;
    font-size: 14px;
}

.osm-rs-text {
	font-size: clamp(17px, 1.45vw, 21px);
	line-height: 1.48;
	margin: 0;
	color: #333;
}

.osm-rs-card-footer {
	margin-top: auto;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.osm-rs-name,
.osm-rs-address {
	display: block;
	font-size: clamp(17px, 1.45vw, 21px);
	line-height: 1.35;
	font-size:16px;
}

.osm-rs-name {
	font-weight: 800;
	color: #333;
}

.osm-rs-address {
	font-weight: 700;
	color: #e30613;
}

/*.osm-rs-source-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	height: 24px;
	padding: 0 10px;
	border: 3px solid rgba(255, 255, 255, 0.34);
	border-radius: 2px;
	color: #333;
	font-size: 15px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.04em;
	transform: skew(12deg);
}*/

.osm-rs-source-badge img{
	width: 50px;
    height: 100%;
}

.osm-rs-source-badge::first-letter {
	text-transform: lowercase;
}

.osm-rs-controls {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 24px;
	padding-right: 32px;
	max-width: 100%;
}

.osm-rs-arrow {
	appearance: none;
	width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.03);
	color: #333;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.osm-rs-arrow svg {
	width: 26px;
	height: 26px;
}

.osm-rs-arrow path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.osm-rs-arrow:hover,
.osm-rs-arrow:focus {
	background: #e30613;
	color: var(--osm-rs-bg);
	transform: translateY(-1px);
}

.osm-rs-arrow[disabled] {
	opacity: 0.35;
	cursor: not-allowed;
	transform: none;
}

.osm-rs-arrow[disabled]:hover,
.osm-rs-arrow[disabled]:focus {
	background: rgba(255, 255, 255, 0.03);
	color: #333;
}

@media (max-width: 1180px) {
	.osm-rs-card {
		flex-basis: calc((100% - 24px) / 2.2);
	}
}

@media (max-width: 900px) {
	.osm-review-slider-section {
		padding: 56px 0 64px;
	}

	.osm-rs-header {
		flex-direction: column;
		margin-bottom: 38px;
	}

	.osm-rs-all-link {
		min-height: 48px;
		font-size: 16px;
	}
}

@media (max-width: 680px) {
	.osm-rs-inner {
		max-width: none;
		padding: 0 20px 0 0;
	}

	.osm-rs-header,
	.osm-rs-controls {
		padding-right: 20px;
	}

	.osm-rs-track {
		gap: 16px;
	}

	.osm-rs-card {
		flex-basis: calc((100% - 16px) / 1.08);
		min-height: 390px;
	}

	.osm-rs-meta {
		margin-bottom: 28px;
	}

	.osm-rs-card-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.osm-rs-slider {
		--osm-rs-end-space: 32px;
	}

	.osm-rs-controls {
		justify-content: flex-start;
		margin-top: 28px;
	}
}
/* ==================================================
   REVIEWPLATFORMEN – GOOGLE EN FUNDA
   Voeg dit onderaan assets/osm-review-slider.css toe.
   ================================================== */

.osm-rs-review-summary {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: stretch;
	gap: 26px;
	width: max-content;
	max-width: 100%;
	min-width: 0;
	padding-top: 2px;
	margin-right:75px;
}

.osm-rs-review-summary .osm-rs-all-link {
	align-self: flex-end;
	color: var(--osm-rs-accent);
	border-color: rgba(36, 39, 43, 0.12);
}

.osm-rs-review-summary .osm-rs-all-link:hover,
.osm-rs-review-summary .osm-rs-all-link:focus-visible {
	color: var(--osm-rs-accent);
	background: rgba(255, 255, 255, 0.55);
	border-color: var(--osm-rs-accent);
}

.osm-rs-platforms {
	display: flex;
	align-items: stretch;
	width: max-content;
	max-width: 100%;
	min-width: 0;
}

.osm-rs-platform {
	position: relative;
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	grid-template-rows: auto auto auto;
	align-content: start;
	column-gap: 10px;
	width: max-content;
	min-width: 0;
	color: #333;
	text-decoration: none;
	transition:
		color 0.2s ease,
		transform 0.2s ease;
}

.osm-rs-platform:first-child {
	padding: 0 35px 0 0;
}

.osm-rs-platform:last-child {
	padding: 0 0 0 35px;
	border-left: 1px solid rgba(36, 39, 43, 0.12);
}

.osm-rs-platform::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	height: 2px;
	background: var(--osm-rs-accent);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}

.osm-rs-platform:hover,
.osm-rs-platform:focus-visible {
	color: #333;
	text-decoration: none;
	transform: translateY(-3px);
}

.osm-rs-platform:hover::after,
.osm-rs-platform:focus-visible::after {
	transform: scaleX(1);
}

.osm-rs-platform:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--osm-rs-accent) 25%, transparent);
	outline-offset: 6px;
}

.osm-rs-platform-icon {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
}

.osm-rs-platform-icon > svg {
	display: block;
	width: 25px;
	height: 25px;
}

.osm-rs-funda-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 5px 2px;
	color: #fff;
	background: #f58220;
	border-radius: 3px;
	font-size: 9px;
	font-weight: 800;
	font-style: italic;
	line-height: 1;
	transform: skew(-8deg);
}

.osm-rs-platform > strong {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	min-width: 0;
	color: var(--osm-rs-accent);
	font-size: clamp(24px, 1.8vw, 30px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
}

.osm-rs-platform-name {
	grid-column: 1 / -1;
	grid-row: 2;
	margin-top: 12px;
	color: #333;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.osm-rs-platform small {
	display: block;
	grid-column: 1 / -1;
	grid-row: 3;
	margin-top: 4px;
	color: #777;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.4;
}

@media (max-width: 900px) {
	.osm-rs-review-summary {
		width: 100%;
		max-width: 500px;
		flex-basis: auto;
	}

	.osm-rs-review-summary .osm-rs-all-link {
		align-self: flex-start;
	}
}

@media (max-width: 480px) {
	.osm-rs-platforms {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.osm-rs-platform {
		grid-template-columns: 25px minmax(0, 1fr);
		column-gap: 7px;
		width: auto;
	}

	.osm-rs-platform:first-child {
		padding-right: 11px;
	}

	.osm-rs-platform:last-child {
		padding-left: 11px;
	}

	.osm-rs-platform-icon {
		width: 23px;
		height: 23px;
	}

	.osm-rs-platform-icon > svg {
		width: 21px;
		height: 21px;
	}

	.osm-rs-platform > strong {
		font-size: 21px;
	}

	.osm-rs-platform-name {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.osm-rs-platform,
	.osm-rs-platform::after {
		transition: none;
	}

	.osm-rs-platform:hover,
	.osm-rs-platform:focus-visible {
		transform: none;
	}
}