.spao-offers {
	margin: 1.5rem 0;
}

.spao-title {
	margin: 0 0 .75rem;
}

.spao-list {
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	overflow: hidden;
}

.spao-offer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 1rem;
	align-items: center;
	padding: .9rem 1rem;
	background: #fff;
}

.spao-offer + .spao-offer {
	border-top: 1px solid #e7e7e7;
}

.spao-offer:has(.spao-image-wrap) {
	grid-template-columns: 64px minmax(0, 1fr) auto auto;
}

.spao-image-wrap {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spao-image {
	max-width: 64px;
	max-height: 64px;
	width: auto;
	height: auto;
}

.spao-product-name {
	font-weight: 700;
	line-height: 1.3;
}

.spao-merchant {
	margin-top: .2rem;
	font-size: .9rem;
	color: #666;
}

.spao-year {
	margin-left: .35rem;
}

.spao-price {
	font-weight: 700;
	white-space: nowrap;
}

.spao-price del {
	font-weight: 400;
	color: #777;
}

.spao-price ins {
	text-decoration: none;
	color: #b22620;
}

.spao-button {
	display: inline-block;
	padding: .62rem .9rem;
	border-radius: 4px;
	background: #222;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.spao-button:hover,
.spao-button:focus {
	background: #454545;
	color: #fff !important;
}

.spao-disclosure {
	margin: .5rem 0 0;
	font-size: .78rem;
	line-height: 1.4;
	color: #6b6b6b;
}

.spao-message {
	margin: 1rem 0;
	font-style: italic;
}

.spao-admin-diagnostic {
	padding: 12px 14px;
	border-left: 4px solid #dba617;
	background: #fff8e5;
	color: #3c434a;
	font-style: normal;
}

@media (max-width: 640px) {
	.spao-offer,
	.spao-offer:has(.spao-image-wrap) {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: .65rem .8rem;
	}

	.spao-image-wrap {
		display: none;
	}

	.spao-product {
		grid-column: 1 / -1;
	}

	.spao-price {
		align-self: center;
		min-width: 0;
		white-space: normal;
	}

	.spao-price del,
	.spao-price ins {
		display: block;
	}

	.spao-action {
		justify-self: end;
	}
}
