.dttm-cm-correction-form {
	width: 100%;
	max-width: 980px;
	margin: 24px auto;
	padding: 0 16px 32px;
	color: #1d2327;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dttm-cm-correction-form__header {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}

.dttm-cm-correction-form__header h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1.2;
	color: #0f5b2f;
}

.dttm-cm-correction-form__heading {
	display: grid;
	gap: 6px;
	min-width: 0;
	max-width: 680px;
}

.dttm-cm-correction-form__heading p {
	margin: 0;
	color: #50575e;
	font-size: 15px;
	line-height: 1.45;
}

.dttm-cm-correction-form__account-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid #0f5b2f;
	border-radius: 6px;
	background: #fff;
	color: #0f5b2f;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.dttm-cm-correction-form__account-link:hover,
.dttm-cm-correction-form__account-link:focus {
	background: #0f5b2f;
	color: #fff;
	text-decoration: none;
}

.dttm-cm-correction-form__status {
	margin: 16px 0;
	padding: 12px 14px;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	background: #fff;
}

.dttm-cm-correction-form__status[data-type="success"] {
	border-color: #00a32a;
	background: #edfaef;
}

.dttm-cm-correction-form__status[data-type="error"] {
	border-color: #d63638;
	background: #fcf0f1;
}

.dttm-cm-correction-form__status[data-type="hidden"] {
	display: none;
}

.dttm-cm-correction-account-panel {
	display: grid;
	gap: 12px;
	align-items: start;
	max-width: 560px;
	margin-top: 12px;
}

.dttm-cm-correction-account-panel p {
	margin: 0;
	line-height: 1.45;
	color: #50575e;
}

.dttm-cm-correction-form__form {
	display: grid;
	gap: 20px;
}

.dttm-cm-correction-intro {
	margin: 0;
	padding: 12px 14px;
	border-left: 4px solid #0f5b2f;
	background: #f0f6f2;
	line-height: 1.45;
}

.dttm-cm-correction-section,
.dttm-cm-correction-member {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.dttm-cm-correction-form__form h2 {
	margin: 0 0 4px;
	font-size: 20px;
	line-height: 1.3;
	color: #0f5b2f;
}

.dttm-cm-correction-members-list,
.dttm-cm-correction-field-grid,
.dttm-cm-correction-readonly-grid {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.dttm-cm-correction-member {
	width: 100%;
	padding: 16px 0 0;
	border-top: 1px solid #dcdcde;
}

.dttm-cm-correction-member h3 {
	margin: 0;
	font-size: 17px;
	line-height: 1.3;
}

.dttm-cm-correction-readonly-grid {
	padding: 10px 0;
	border-top: 1px solid #f0f0f1;
	border-bottom: 1px solid #f0f0f1;
}

.dttm-cm-correction-readonly-item {
	display: grid;
	grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1.3fr);
	gap: 10px;
	align-items: start;
	min-width: 0;
	font-size: 14px;
	line-height: 1.35;
}

.dttm-cm-correction-readonly-item span {
	color: #646970;
}

.dttm-cm-correction-readonly-item strong {
	min-width: 0;
	font-weight: 600;
	overflow-wrap: anywhere;
}

.dttm-cm-correction-field {
	display: grid;
	gap: 6px;
	font-weight: 600;
	min-width: 0;
}

.dttm-cm-correction-field input,
.dttm-cm-correction-field textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 9px 11px;
	border: 1px solid #8c8f94;
	border-radius: 6px;
	font: inherit;
	font-weight: 400;
	background: #fff;
}

.dttm-cm-correction-field--full {
	grid-column: 1 / -1;
}

.dttm-cm-correction-field textarea {
	min-height: 110px;
	resize: vertical;
}

.dttm-cm-correction-field small {
	color: #646970;
	font-weight: 400;
	line-height: 1.4;
}

.dttm-cm-correction-field--checkbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.dttm-cm-correction-field--checkbox input {
	width: 18px;
	min-height: 18px;
}

.dttm-cm-correction-field--checkbox small {
	flex-basis: 100%;
}

.dttm-cm-correction-form button[type="submit"] {
	min-height: 46px;
	padding: 10px 18px;
	border: 0;
	border-radius: 6px;
	background: #0f5b2f;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.dttm-cm-correction-verification {
	display: grid;
	gap: 14px;
	max-width: 420px;
}

.dttm-cm-correction-form button[type="submit"]:disabled {
	opacity: 0.65;
	cursor: wait;
}

.dttm-cm-correction-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (min-width: 720px) {
	.dttm-cm-correction-field-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dttm-cm-correction-readonly-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dttm-cm-correction-member {
		grid-template-columns: minmax(0, 1fr);
	}
}
