.delisting-notice {
	padding: 46px 70px 62px;
	color: #333;
	background: #fff;
}

.delisting-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	margin: -46px -70px 42px;
	padding: 54px 70px;
	background: #1a1b22;
	overflow: hidden;
}

.delisting-hero-copy {
	flex: 1 1 auto;
}

.delisting-hero-copy h1 {
	margin: 0 0 14px;
	font-size: 34px;
	line-height: 1.45;
	color: #fff;
	font-weight: 700;
}

.delisting-hero-copy p {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255,255,255,.78);
}

.delisting-hero-icon {
	flex: 0 0 130px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: rgba(255,255,255,.96);
	padding: 24px;
	box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

.delisting-hero-icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.delisting-title {
	margin: 0 0 20px;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: #1d1d1d;
	font-weight: 700;
}

.delisting-title:after {
	content: "";
	display: block;
	width: 38px;
	height: 3px;
	margin: 14px auto 0;
	border-radius: 3px;
	background: #e82112;
}

.delisting-content p {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.9;
	color: #444;
	text-align: justify;
}

.delisting-content .salutation {
	font-size: 16px;
	font-weight: 700;
	color: #1d1d1d;
}

.delisting-notes {
	margin: 24px 0 34px;
	padding: 16px 20px;
	border-left: 3px solid #e82112;
	background: #fafafa;
}

.delisting-notes p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.8;
	color: #777;
}

.delisting-notes p:last-child {
	margin-bottom: 0;
}

.delisting-table-title {
	margin: 28px 0 14px;
	padding-left: 12px;
	border-left: 3px solid #e82112;
	font-size: 18px;
	line-height: 1.5;
	color: #1d1d1d;
	font-weight: 700;
}

.delisting-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.delisting-table {
	width: 100%;
	min-width: 560px;
	border-collapse: collapse;
	font-size: 14px;
}

.delisting-table caption {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.delisting-table th {
	padding: 12px 14px;
	border: 1px solid #e82112;
	background: #e82112;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.delisting-table td {
	padding: 10px 14px;
	border: 1px solid #e4e4e4;
	color: #444;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6;
}

.delisting-table .category {
	width: 30%;
	background: #fafafa;
	color: #1d1d1d;
	font-weight: 700;
	white-space: nowrap;
}

.delisting-effective {
	margin-top: 38px;
	padding-top: 26px;
	border-top: 1px solid #ececec;
	text-align: center;
}

.delisting-effective .company {
	margin-bottom: 8px;
	font-size: 14px;
	color: #777;
}

.delisting-effective .date {
	font-size: 17px;
	color: #e82112;
	font-weight: 700;
}

@media (max-width: 767px) {
	.delisting-notice {
		padding: 28px 18px 46px;
	}

	.delisting-hero {
		display: block;
		margin: -28px -18px 30px;
		padding: 34px 24px;
	}

	.delisting-hero-copy h1 {
		font-size: 24px;
	}

	.delisting-hero-copy p {
		font-size: 14px;
	}

	.delisting-hero-icon {
		width: 92px;
		height: 92px;
		margin-top: 24px;
		padding: 18px;
	}

	.delisting-title {
		font-size: 21px;
	}

	.delisting-content p {
		font-size: 14px;
	}

	.delisting-table-title {
		font-size: 17px;
	}
}
