.ce-cbc-experience,
.ce-cbc-experience * {
	box-sizing: border-box;
}

.ce-cbc-experience {
	width: 100%;
	max-width: 100%;
	margin: 2rem 0;
	padding: clamp(1rem, 2vw, 1.5rem);
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 8px;
	background: #f8fbfb;
	color: #142023;
	overflow: hidden;
}

.ce-cbc-experience__header {
	max-width: 68rem;
	margin: 0 0 1rem;
}

.ce-cbc-kicker,
.ce-cbc-block__top span {
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #0f766e;
}

.ce-cbc-experience h3,
.ce-cbc-block h4 {
	margin: 0;
	color: #111827;
	letter-spacing: 0;
	line-height: 1.2;
}

.ce-cbc-experience h3 {
	font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.ce-cbc-experience p,
.ce-cbc-experience li,
.ce-cbc-experience button,
.ce-cbc-experience textarea,
.ce-cbc-experience td,
.ce-cbc-experience th {
	font-size: 0.98rem;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.ce-cbc-block-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
	gap: 1rem;
	width: 100%;
	max-width: 100%;
}

.ce-cbc-block {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-width: 0;
	padding: 1rem;
	border: 1px solid rgba(20, 32, 35, 0.12);
	border-radius: 8px;
	background: #ffffff;
	color: #142023;
	overflow: hidden;
}

.ce-cbc-block__purpose {
	margin: 0;
	color: #334155;
}

.ce-cbc-text-block,
.ce-cbc-choice,
.ce-cbc-lab,
.ce-cbc-hotspot,
.ce-cbc-data,
.ce-cbc-written {
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

.ce-cbc-tap-list,
.ce-cbc-order-list,
.ce-cbc-check-steps {
	display: grid;
	gap: 0.5rem;
	margin: 0;
	padding-left: 1.2rem;
}

.ce-cbc-tap-list {
	padding-left: 0;
	list-style: none;
}

.ce-cbc-tap-list button,
.ce-cbc-hotspot-list button {
	width: 100%;
	min-height: 2.75rem;
	padding: 0.65rem 0.8rem;
	border: 1px solid rgba(15, 118, 110, 0.3);
	border-radius: 6px;
	background: #ffffff;
	color: #142023;
	text-align: left;
	cursor: pointer;
}

.ce-cbc-tap-list button[aria-pressed="true"],
.ce-cbc-hotspot-list button[aria-pressed="true"] {
	border-color: #0f766e;
	background: #e6fffb;
	box-shadow: inset 0 0 0 2px rgba(15, 118, 110, 0.18);
}

.ce-cbc-hotspot-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
	gap: 0.65rem;
}

.ce-cbc-hotspot-list span {
	display: block;
	margin-top: 0.25rem;
	color: #475569;
}

.ce-cbc-order-list li {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 0.45rem;
	min-width: 0;
}

.ce-cbc-small-button,
.ce-cbc-action {
	border: 0;
	border-radius: 6px;
	background: #0f766e;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

.ce-cbc-small-button {
	min-width: 3rem;
	padding: 0.45rem 0.55rem;
}

.ce-cbc-action {
	margin-top: 0.85rem;
	padding: 0.65rem 0.9rem;
}

.ce-cbc-sliders {
	display: grid;
	gap: 0.75rem;
}

.ce-cbc-sliders label,
.ce-cbc-response,
.ce-cbc-written {
	display: grid;
	gap: 0.35rem;
}

.ce-cbc-sliders input[type="range"] {
	width: 100%;
	max-width: 100%;
}

.ce-cbc-check-steps label {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}

.ce-cbc-response textarea,
.ce-cbc-written textarea {
	width: 100%;
	max-width: 100%;
	min-height: 6rem;
	padding: 0.75rem;
	border: 1px solid rgba(20, 32, 35, 0.18);
	border-radius: 6px;
	resize: vertical;
}

.ce-cbc-data {
	overflow-x: auto;
}

.ce-cbc-data table {
	width: 100%;
	min-width: 18rem;
	border-collapse: collapse;
}

.ce-cbc-data td,
.ce-cbc-data th {
	padding: 0.5rem;
	border: 1px solid rgba(20, 32, 35, 0.12);
	text-align: left;
}

.ce-cbc-block__status {
	min-height: 1.4rem;
	color: #0f5132;
	font-weight: 700;
}

.ce-cbc-experience button:focus-visible,
.ce-cbc-experience textarea:focus-visible,
.ce-cbc-experience input:focus-visible {
	outline: 3px solid #f59e0b;
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.ce-cbc-experience {
		padding: 1rem;
	}

	.ce-cbc-block {
		padding: 0.85rem;
	}

	.ce-cbc-order-list li {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ce-cbc-experience *,
	.ce-cbc-experience *::before,
	.ce-cbc-experience *::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
		animation-duration: 0.01ms;
	}
}
