.cd-structured-fields {
	--cd-structured-border: #dbe3ec;
	--cd-structured-label: #556274;
	--cd-structured-text: #172033;
	margin: 18px 0;
	padding: 18px;
	border: 1px solid var(--cd-structured-border);
	border-radius: 10px;
	background: #f9fbfd;
	color: var(--cd-structured-text);
}

.cd-structured-heading {
	margin: 0 0 14px;
	font-size: 17px;
	line-height: 1.4;
}

.cd-structured-fields dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--cd-structured-border);
	border-radius: 8px;
	background: var(--cd-structured-border);
}

.cd-structured-field {
	display: grid;
	grid-template-columns: minmax(92px, 36%) 1fr;
	min-width: 0;
	background: #fff;
}

.cd-structured-field dt,
.cd-structured-field dd {
	box-sizing: border-box;
	margin: 0;
	padding: 10px 12px;
	overflow-wrap: anywhere;
	white-space: pre-line;
}

.cd-structured-field dt {
	background: #f3f6fa;
	color: var(--cd-structured-label);
	font-size: 12px;
	font-weight: 700;
}

.cd-structured-field dd {
	font-size: 14px;
}

.cd-structured-field.is-contact dd {
	color: #334f72;
	font-weight: 600;
}

.cd-contact-notice {
	margin: 10px 0 0;
	color: #657286;
	font-size: 12px;
}

.cd-structured-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 7px;
}

.cd-structured-card {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	max-width: 100%;
	padding: 4px 7px;
	border: 1px solid #dbe3ec;
	border-radius: 6px;
	background: #f7f9fc;
	color: #27364a;
	line-height: 1.3;
}

.cd-structured-card small {
	color: #68768a;
	font-size: 10px;
}

.cd-structured-card strong {
	overflow: hidden;
	font-size: 11px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.cd-structured-fields {
		padding: 13px;
	}

	.cd-structured-fields dl {
		grid-template-columns: 1fr;
	}

	.cd-structured-field {
		grid-template-columns: minmax(90px, 34%) 1fr;
	}
}
