/**
 * Shortcodes [garantie] en [garanties] — Onze garanties
 */

.tb-guarantees {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

/* Losse kaarten (zonder wrapper) ook visueel scheiden */
.tb-guarantee:not(:first-child) {
	margin-top: 20px;
}

.tb-guarantees > .tb-guarantee {
	margin-top: 0;
}

.tb-guarantee {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}

.tb-guarantee__inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
}

.tb-guarantee__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: #fff;
}

.tb-guarantee__icon svg {
	display: block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	fill: none;
	stroke: currentColor;
}

.tb-guarantee__body {
	flex: 1;
	min-width: 0;
}

.tb-guarantee__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 4px;
	padding: 0;
	color: #fff;
}

.tb-guarantee__text {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	padding: 0;
}

/* Avada/Fusion: reset kolom-flex en heading-styling */
.fusion-flex-container .tb-guarantees,
.fusion-layout-column .tb-guarantees,
.fusion-column-wrapper .tb-guarantees,
.fusion-text .tb-guarantees {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}

.fusion-flex-container .tb-guarantee,
.fusion-layout-column .tb-guarantee,
.fusion-column-wrapper .tb-guarantee,
.fusion-text .tb-guarantee,
.fusion-builder-column .tb-guarantee {
	display: block;
	width: 100%;
	max-width: 100%;
	background: none;
	box-shadow: none;
}

.fusion-text .tb-guarantee .tb-guarantee__inner,
.fusion-column-wrapper .tb-guarantee .tb-guarantee__inner,
.fusion-builder-column .tb-guarantee .tb-guarantee__inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
}

.fusion-text .tb-guarantee h3.tb-guarantee__title,
.fusion-column-wrapper .tb-guarantee h3.tb-guarantee__title,
.fusion-builder-column .tb-guarantee h3.tb-guarantee__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 4px;
	color: #fff;
}

.fusion-text .tb-guarantee p.tb-guarantee__text,
.fusion-column-wrapper .tb-guarantee p.tb-guarantee__text,
.fusion-builder-column .tb-guarantee p.tb-guarantee__text {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.fusion-text .tb-guarantee .tb-guarantee__icon,
.fusion-column-wrapper .tb-guarantee .tb-guarantee__icon,
.fusion-builder-column .tb-guarantee .tb-guarantee__icon {
	display: flex;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	margin: 0;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 12px;
}
