/**
 * [tb_experience_categories] — cabecera (tarjetas y scroll = destination-loop.css).
 */

.tb-exp-cats {
	width: 100%;
	max-width: 100%;
	margin: 0 0 2rem;
	box-sizing: border-box;
}

.tb-exp-cats__title {
	margin: 0 0 12px;
	font-size: clamp(22px, 4vw, 32px);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #111827;
}

.tb-exp-cats__intro {
	max-width: 42rem;
	margin: 0 auto 24px;
	padding: 0 4px;
	font-size: 15px;
	line-height: 1.55;
	text-align: center;
	color: #4b5563;
}

.tb-exp-cats .tb-dest-loop-wrap {
	margin-bottom: 0;
}

.tb-exp-cats__empty {
	margin: 0;
	text-align: center;
	color: #6b7280;
}
