.boosted-page {
	margin: 2px 0;
	color: #5b3515;
}

.boosted-page-header {
	margin-bottom: 16px;
	padding: 14px 16px;
	border: 1px solid #b7894d;
	background: linear-gradient(135deg, #f8ecd2, #e9c995);
}

.boosted-page-header p,
.boosted-target p,
.boosted-page-note {
	margin: 0;
}

.boosted-page-header p,
.boosted-target > div:last-child > p:first-child {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #8b4b16;
}

.boosted-page-header h1 {
	margin: 3px 0;
	font-size: 22px;
	color: #4b2a12;
}

.boosted-page-header span {
	font-size: 12px;
}

.boosted-targets {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.boosted-target {
	display: flex;
	gap: 12px;
	min-height: 128px;
	padding: 14px;
	border: 1px solid #b7894d;
	background: #f7e7c8;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
	color: inherit;
	text-decoration: none;
}

.boosted-target:hover,
.boosted-target:focus-visible {
	border-color: #70441b;
	background: #fff1d7;
	outline: 2px solid #e2bd73;
	outline-offset: 1px;
}

.boosted-target-icon {
	display: grid;
	flex: 0 0 42px;
	place-items: center;
	height: 42px;
	border: 1px solid #8b4b16;
	background: #3d4e30;
	box-shadow: inset 0 0 0 2px #d8bb7a;
	color: #ffe4a4;
	font-size: 25px;
	line-height: 1;
}

.boosted-target--boss .boosted-target-icon {
	background: #58362e;
}

.boosted-target h2 {
	margin: 2px 0 8px;
	font-size: 18px;
	color: #4b2a12;
	word-break: break-word;
}

.boosted-target > div:last-child > p:last-child {
	font-size: 13px;
	line-height: 1.45;
}

.boosted-page-note {
	margin-top: 14px;
	padding: 10px 12px;
	border-left: 3px solid #98703c;
	background: #ead2a7;
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 650px) {
	.boosted-targets {
		grid-template-columns: 1fr;
	}
}
