.pth-prices {
	margin: 1rem 0;
	padding: 1rem;
	border: 1px solid var(--pt-line, #233341);
	border-radius: 11px;
	background: #0b121a;
	color: #dce8f0;
}
.pth-prices .pth-kicker { margin: 0 0 .25rem; color: #6f818f; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pth-prices h2 { margin: 0; color: #f3f7fa; font-size: .9rem; line-height: 1.3; }
.pth-from { margin: .75rem 0; color: #fff; font-size: 1.25rem; font-weight: 850; }
.pth-from span { color: #8395a3; font-size: .7rem; font-weight: 650; }
.pth-prices details { border-top: 1px solid var(--pt-line, #233341); }
.pth-prices summary { display: flex; justify-content: space-between; align-items: center; padding: .8rem 0 0; color: #48b8ef; cursor: pointer; font-size: .76rem; font-weight: 800; list-style: none; }
.pth-prices summary::-webkit-details-marker { display: none; }
.pth-prices details[open] summary { padding-bottom: .6rem; }
.pth-prices details[open] summary span { transform: rotate(180deg); }
.pth-offers { display: grid; gap: .45rem; }
.pth-offer { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .65rem; align-items: center; padding: .65rem; border-radius: 7px; background: #101c26; }
.pth-offer strong, .pth-offer span { display: block; }
.pth-offer strong { color: #e8f0f5; font-size: .7rem; }
.pth-offer span { margin-top: .15rem; color: #718492; font-size: .6rem; }
.pth-offer__buy { text-align: right; }
.pth-offer__buy b { display: block; color: #fff; font-size: .78rem; }
.pth-offer__buy a { color: #48b8ef; font-size: .66rem; font-weight: 800; text-decoration: none; }
.pth-offer__buy a:hover { color: #8bd8ff; text-decoration: underline; }
.pth-disclosure { margin: .75rem 0 0; color: #637582; font-size: .56rem; line-height: 1.45; }
@media (max-width: 640px) {
	.pth-prices { grid-column: 1 / -1; margin: 0; }
}
