.hrt-msg {
	background: #fffdf9;
	color: #1a1a1a;
	overflow: hidden;
}

.hrt-msg * {
	box-sizing: border-box;
}

.hrt-msg__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.hrt-msg__header {
	text-align: center;
}

.hrt-msg__badge-row {
	display: block;
	margin-bottom: 12px;
}

.hrt-msg__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #fff1db;
	color: #ff9600;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.hrt-msg__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 1;
}

.hrt-msg__icon i {
	line-height: 1;
}

.hrt-msg__icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.hrt-msg__title {
	margin: 0;
	color: #000;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.12;
}

.hrt-msg__highlight {
	color: #ff9600;
}

.hrt-msg__description {
	max-width: 850px;
	margin: 15px auto 0;
	color: #4a4a4a;
	font-size: 17px;
	line-height: 1.7;
}

.hrt-msg__description > :first-child,
.hrt-msg__rich-text > :first-child,
.hrt-msg__note-text > :first-child {
	margin-top: 0;
}

.hrt-msg__description > :last-child,
.hrt-msg__rich-text > :last-child,
.hrt-msg__note-text > :last-child {
	margin-bottom: 0;
}

.hrt-msg__status-card {
	padding: 28px 30px;
	border: 1px solid #f2e6d6;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
	transition: background-color .2s ease;
}

.hrt-msg__status-lead {
	color: #383838;
	font-size: 18px;
	line-height: 1.75;
}

.hrt-msg__status-lead strong {
	color: #000;
}

.hrt-msg__status-detail {
	margin-top: 10px;
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.75;
}

.hrt-msg__status-detail.is-first,
.hrt-msg__status-alert.is-first {
	margin-top: 0;
}

.hrt-msg__status-alert {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-top: 14px;
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.75;
}

.hrt-msg__status-alert-icon {
	margin-top: .28em;
	color: #ff9600;
}

.hrt-msg__glance {
	margin-top: 50px;
}

.hrt-msg__glance.is-first,
.hrt-msg__note.is-first {
	margin-top: 0;
}

.hrt-msg__table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #f2e6d6;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
	-webkit-overflow-scrolling: touch;
}

.hrt-msg__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
}

.hrt-msg__table th,
.hrt-msg__table td {
	padding: 16px 20px;
	border-right: 1px solid #f2e6d6;
	border-bottom: 1px solid #f2e6d6;
	vertical-align: middle;
}

.hrt-msg__table tr > *:last-child {
	border-right: 0;
}

.hrt-msg__table tbody tr:last-child > * {
	border-bottom: 0;
}

.hrt-msg__table thead {
	background: #fff1db;
}

.hrt-msg__table thead th {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

.hrt-msg__column-heading {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.hrt-msg__column-icon {
	color: #ff9600;
}

.hrt-msg__table tbody th {
	width: 34%;
	color: #df7615;
	font-size: 15px;
	font-weight: 700;
}

.hrt-msg__table td {
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1.55;
}

.hrt-msg__table th > p,
.hrt-msg__table td > p {
	margin: 0;
}

.hrt-msg__table tbody tr {
	transition: background-color .2s ease;
}

.hrt-msg__table tbody tr:hover {
	background: #fff9f0;
}

.hrt-msg__note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 24px;
	padding: 18px 20px;
	border: 1px solid #f2e6d6;
	border-left: 4px solid #ff9600;
	border-radius: 16px;
	background: #fff7ea;
}

.hrt-msg__note-icon {
	margin-top: .2em;
	color: #ff9600;
}

.hrt-msg__note-content {
	min-width: 0;
}

.hrt-msg__note-title {
	display: block;
	margin-bottom: 4px;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1.4;
}

.hrt-msg__note-text {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 1.65;
}

@media (max-width: 767px) {
	.hrt-msg__title {
		font-size: clamp(28px, 9vw, 38px);
	}

	.hrt-msg__description {
		font-size: 16px;
	}

	.hrt-msg__status-card {
		padding: 22px 20px;
	}

	.hrt-msg__status-lead {
		font-size: 17px;
	}

	.hrt-msg__status-detail,
	.hrt-msg__status-alert {
		font-size: 15px;
	}

	.hrt-msg__glance {
		margin-top: 40px;
	}

	.hrt-msg__table-wrap {
		overflow: visible;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.hrt-msg__table,
	.hrt-msg__table tbody,
	.hrt-msg__table tr,
	.hrt-msg__table th,
	.hrt-msg__table td {
		display: block;
		width: 100%;
	}

	.hrt-msg__table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
		border: 0;
	}

	.hrt-msg__table tbody {
		display: grid;
		gap: 12px;
	}

	.hrt-msg__table tbody tr {
		overflow: hidden;
		border: 1px solid #f2e6d6;
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 5px 18px rgba(0, 0, 0, .035);
	}

	.hrt-msg__table tbody th,
	.hrt-msg__table td {
		border-right: 0;
	}

	.hrt-msg__table tbody th {
		padding-bottom: 8px;
		border-bottom: 0;
	}

	.hrt-msg__table td {
		padding-top: 0;
		border-bottom: 0;
	}

	.hrt-msg__note {
		padding: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hrt-msg__status-card,
	.hrt-msg__table tbody tr {
		transition: none;
	}
}
