.cbc-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0 0 18px;
	padding: 0 0 12px;
	border-bottom: 1px solid #eee;
	color: #777;
	font-size: 12px;
}

.cbc-breadcrumb a {
	color: #777;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.cbc-breadcrumb a:hover,
.cbc-breadcrumb a:focus-visible {
	color: #de6900;
	text-decoration: underline;
}

.cbc-main-content .nf-table-display {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.cbc-main-content .nf-table-display td:first-child {
	width: 6%;
}

.cbc-main-content .nf-table-display td:last-child {
	width: 94%;
}

.cbc-main-content .nf-table-display td {
	display: table-cell;
	padding: 5px 10px;
	border: 0;
}

.cbc-main-content .nf-table-display .nf-form-title {
	display: none;
}

.cbc-main-content .nf-table-display .nf-form-cont,
.cbc-main-content .nf-table-display .nf-form-wrap,
.cbc-main-content .nf-table-display .nf-form-layout,
.cbc-main-content .nf-table-display .nf-form-content {
	width: 100%;
	max-width: none;
}

.cbc-main-content .nf-table-display .nf-field-element input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.cbc-main-content .nf-table-display .nf-field-element textarea {
	width: 100%;
	height: 26px;
	min-height: 26px;
	padding: 2px 8px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	font: inherit;
}

.cbc-main-content .nf-table-display .nf-field-element textarea {
	height: 200px;
	min-height: 200px;
}

.cbc-main-content .nf-table-display input[type="submit"] {
	width: 150px;
	max-width: 100%;
	height: 44px;
	min-width: 150px;
	min-height: 44px;
	padding: 10px 18px;
	border: 0;
	border-radius: 8px;
	background: #de6900;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.cbc-main-content .nf-table-display input[type="submit"]:hover,
.cbc-main-content .nf-table-display input[type="submit"]:focus-visible {
	background: #2b2b2b;
}

.cbc-main-content .nf-table-display input[type="submit"]:focus-visible,
.cbc-main-content .nf-table-display input:focus-visible,
.cbc-main-content .nf-table-display textarea:focus-visible {
	outline: 3px solid #de6900;
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.cbc-main-content .nf-table-display {
		width: calc(100% + 27px);
		max-width: none;
		margin-right: -27px;
	}

	.cbc-main-content .nf-table-display td:first-child {
		width: 0;
	}

	.cbc-main-content .nf-table-display td:last-child {
		width: auto;
	}
}
