/* Дополнение к скрейпу: блоки страницы заявки, которых не было в style.min.css */

.wallet__qr {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 25px;
}

.wallet__qr img {
	width: 180px;
	height: 180px;
	object-fit: contain;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	padding: 8px;
	background-color: #fff;
}

/* адрес депозита прижат к левому краю карточки, как в оригинале */
.wallet .wallet__wrapper {
	justify-content: flex-start;
	padding-left: 75px;
	padding-right: 75px;
}

/* строки под адресом: срок действия, лимиты и подтверждения — из админки */
.wallet__note {
	margin-bottom: 15px;
	opacity: 0.8;
}

.wallet__note_confirmations {
	margin-bottom: 25px;
}

.wallet__note b {
	font-weight: 600;
	opacity: 1;
}

.wallet__note[hidden] {
	display: none;
}

@media screen and (max-width: 580px) {
	.wallet .wallet__wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 480px) {
	.wallet .wallet__wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.footer__donation {
	margin-top: 15px;
}

/* Плашка «минимальная сумма» под списком адресов: тот же вид, что и у
   ремарки в блоке комиссии, но прижата к низу карточки. */
.addresses__remark {
	font-weight: 400;
	margin-bottom: 0;
}

.addresses__remark b {
	font-weight: 600;
}

.addresses__remark[hidden] {
	display: none;
}

/* Карточки чуть шире: в поле адреса должен целиком помещаться bech32-адрес */
.section__container,
.offer__container {
	max-width: 880px;
}

/* «here» в подписи к письму — ссылка, как в оригинале */
.letter__sub-description a {
	color: #006cab;
	font-weight: 600;
}

/* Секция «Микширование»: статус заявки и ручная проверка депозита */
.mixing__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 15px;
}

.mixing__status {
	margin-bottom: 15px;
	text-align: center;
	opacity: 0.8;
}

.mixing__button {
	max-width: 220px;
}

.mixing__button[hidden] {
	display: none;
}
