.hd-wrm-wrapper {
	max-width: 920px;
	margin: 24px auto;
}

.hd-wrm-intro,
.hd-wrm-privacy,
.hd-wrm-status-card {
	padding: 18px 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 12px;
	background: rgba(0, 0, 0, .025);
	margin-bottom: 20px;
}

.hd-wrm-form {
	display: block;
}

.hd-wrm-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.hd-wrm-form label {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.hd-wrm-form label span {
	color: #b00020;
}

.hd-wrm-form input[type="text"],
.hd-wrm-form input[type="email"],
.hd-wrm-form input[type="number"],
.hd-wrm-form input[type="file"],
.hd-wrm-form textarea,
.hd-wrm-form select {
	width: 100%;
	box-sizing: border-box;
}

.hd-wrm-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
}

.hd-wrm-confirmation label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 500;
}

.hd-wrm-confirmation input {
	width: auto;
	margin-top: 5px;
}

.hd-wrm-notice {
	padding: 14px 16px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.hd-wrm-notice-success {
	background: #eef9f0;
	border: 1px solid #b7e1c0;
}

.hd-wrm-notice-error {
	background: #fff1f1;
	border: 1px solid #f2b4b4;
}

.hd-wrm-status {
	display: inline-flex;
	align-items: center;
	padding: 4px 9px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	background: rgba(0, 0, 0, .08);
}

.hd-wrm-status-history {
	margin-left: 0;
	padding-left: 18px;
}

.hd-wrm-pdf-link a,
.hd-wrm-button,
.hd-wrm-submit {
	text-decoration: none;
}

@media (max-width: 720px) {
	.hd-wrm-grid {
		grid-template-columns: 1fr;
	}
}
