/**
 * Buro26 WPBakery-elementen - vormgeving (zelfde ontwerp als de Gutenberg-patronen).
 */

.buro26-vc h2,
.buro26-vc h3 {
	color: #0f2b28;
	font-weight: 700;
	line-height: 1.15;
}

/* Element: Titel & tekst met button */
.buro26-vc-title-text-button {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: center;
}

.buro26-vc-title-text-button .buro26-vc-col {
	flex: 1 1 0;
	min-width: 260px;
}

.buro26-vc-button-wrap {
	display: block;
}

.buro26-vc-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 129px;
	height: 48px;
	margin-top: 1rem;
	padding: 12px 10px 12px 18px;
	background-color: #0f2b28;
	color: #fff;
	border-radius: 999px;
	opacity: 1;
	text-decoration: none;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0;
	transition: background-color 0.2s ease;
}

.buro26-vc-button:hover {
	background-color: #163f3a;
	color: #fff;
}

.buro26-vc-button-text {
	flex: 1 1 auto;
}

.buro26-vc-button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #33575d;
}

.buro26-vc-button-icon svg {
	display: block;
}

/* Element: Highlight blok */
.buro26-vc-highlight {
	border-radius: 16px;
	padding: 2rem;
}

/* Element: Logo's / partners (rij) - max. 5 naast elkaar, daarna nieuwe rij */
.buro26-vc-logos-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	gap: 2rem;
	margin-top: 1.5rem;
}

.buro26-vc-logos-item img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 900px) {
	.buro26-vc-logos-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 599px) {
	.buro26-vc-logos-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Element: Genummerde kaarten (uitklapbaar) */
.buro26-vc-actielijnen-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

@media (max-width: 900px) {
	.buro26-vc-actielijnen-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 599px) {
	.buro26-vc-actielijnen-grid {
		grid-template-columns: 1fr;
	}
}

.buro26-vc-card {
	border-radius: 16px;
	padding: 1.75rem;
}

.buro26-vc-card-number {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 1rem;
    font-size: 45px;
}

.buro26-vc-card h3 {
	color: #0f2b28;
	margin: 0 0 0.5rem;
}

.buro26-vc-card-toggle {
	margin-top: 0.75rem;
}

.buro26-vc-card-toggle summary {
	list-style: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #0f2b28;
	font-weight: 600;
}

.buro26-vc-card-toggle summary::-webkit-details-marker {
	display: none;
}

.buro26-vc-toggle-icon {
	position: relative;
	width: 18px;
	height: 18px;
	border: 2px solid currentColor;
	border-radius: 50%;
	flex-shrink: 0;
}

.buro26-vc-toggle-icon::before,
.buro26-vc-toggle-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	transform: translate(-50%, -50%);
}

.buro26-vc-toggle-icon::before {
	width: 8px;
	height: 2px;
}

.buro26-vc-toggle-icon::after {
	width: 2px;
	height: 8px;
}

.buro26-vc-card-toggle[open] .buro26-vc-toggle-icon::after {
	display: none; /* plus wordt min zodra open */
}

.buro26-vc-card-extra {
	margin-top: 0.75rem;
}

/* Element: Meer weten (linkenlijst) */
.buro26-vc-meer-weten {
	border-radius: 16px;
	padding: 2rem;
}

.buro26-vc-meer-weten p {
	padding-bottom: 0;
}

.buro26-vc-linklist {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem 2rem;
}

.buro26-vc-linklist li {
	list-style: none;
}

@media (max-width: 599px) {
	.buro26-vc-linklist {
		grid-template-columns: 1fr;
	}
}

.buro26-vc-linklist a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #0f2b28;
	font-weight: 600;
	text-decoration: none;
}

.buro26-vc-linklist a:hover {
	text-decoration: underline;
}

.buro26-vc-linklist-icon {
	flex-shrink: 0;
	display: inline-flex;
}

/* Ruimte tussen het laatste blok op de pagina en de footer */
.container-wrap {
	padding-bottom: 105px;
}

/* Element: Global sectie (indeling) - forceert stacken los van viewportbreedte */
.buro26-vc-global-section--vertical .wpb_column,
.buro26-vc-global-section--vertical .vc_column_container {
	width: 100% !important;
	float: none !important;
}

.buro26-vc-global-section--vertical .row_col_wrap_12 {
	display: block;
}

.buro26-vc-global-section h1,
.buro26-vc-global-section h2,
.buro26-vc-global-section h3,
.buro26-vc-global-section h4 {
	font-weight: 700;
	font-style: normal;
	font-size: 1.15rem;
	line-height: 1.3;
	letter-spacing: 0;
	margin: 0 0 0.25rem;
}

.buro26-vc-global-section p {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 0 0 0.75rem;
}

.buro26-vc-global-section ul,
.buro26-vc-global-section li,
.buro26-vc-global-section a {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0;
}

/* Sommige Global Sections gebruiken Salient's Team Member widget (bio_fullscreen_alt) -
   die toont naam/functie/contact normaal pas na een klik. Hier altijd statisch tonen, gestapeld. */
.buro26-vc-global-section {
	background-color: #e9eef7;
	border-radius: 24px;
	padding: 2rem;
}

.buro26-vc-global-section .team-member {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	gap: 1.5rem;
	cursor: default;
}

.buro26-vc-global-section .team-member-image {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.buro26-vc-global-section .team-member-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.buro26-vc-global-section .team-member-overlay,
.buro26-vc-global-section .nectar_team_bio_img,
.buro26-vc-global-section .nectar_team_bio p,
.buro26-vc-global-section .nectar_team_bio ul {
	display: none !important;
}

.buro26-vc-global-section .team-meta {
	display: flex;
	flex-direction: column;
}

.buro26-vc-global-section .team-meta h3 {
	order: 1;
	color: #10293a;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0 0 0.25rem;
}

.buro26-vc-global-section .team-meta h5 {
	order: 2;
	color: #6b7684;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 0.75rem;
}

.buro26-vc-global-section .nectar_team_bio {
	position: static !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	background: none !important;
	padding: 0 !important;
	pointer-events: auto !important;
}

.buro26-vc-global-section .bottom_meta {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0;
}

.buro26-vc-global-section .bottom_meta a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #10293a;
	font-weight: 700;
	font-size: 16px;
}

.buro26-vc-global-section .bottom_meta a .icon-default-style {
	font-size: 16px;
	width: 1.2em;
	text-align: center;
}

@media (max-width: 599px) {
	.buro26-vc-global-section .team-member {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Element: Tekstblok (smal) */
.buro26-vc-tekstblok {
	width: 100%;
}
