.woocommerce-checkout .payment_box.payment_method_bacs {
	background: transparent !important;
	padding: 0 !important;
}

.woocommerce-checkout .payment_box.payment_method_bacs::before {
	display: none !important;
}

.st-tbv-card {
	width: min(100%, 920px);
	margin: 0 auto 28px;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	padding: 8px 0 0;
	color: #172033;
	box-shadow: none;
}

.st-tbv-main-title {
	margin: 0 0 22px;
	color: #172033;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: 0;
}

.st-tbv-title {
	margin: 0;
	color: #172033;
	font-size: clamp(22px, 3vw, 34px);
	line-height: 1.15;
	font-weight: 900;
	display: flex;
	align-items: center;
	gap: 18px;
}

.st-tbv-bank {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border: 1px solid #dfe3ea;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 44px;
	background: #fff;
}

.st-tbv-row {
	display: block;
	border: 0;
	border-right: 1px solid #dfe3ea;
	border-bottom: 1px solid #dfe3ea;
	border-radius: 0;
	background: #ffffff;
	padding: 28px 38px;
	min-height: 128px;
}

.st-tbv-row:nth-child(2) {
	border-right: 0;
}

.st-tbv-row-full {
	grid-column: 1 / -1;
	border-right: 0;
	border-bottom: 0;
	min-height: 120px;
}

.st-tbv-row span {
	display: block;
	color: #303848;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}

.st-tbv-row strong {
	color: #172033;
	font-size: 30px;
	line-height: 1.18;
	font-weight: 900;
	word-break: break-word;
	text-transform: uppercase;
}

.st-tbv-title {
	margin-top: 0;
	margin-bottom: 26px;
}

.st-tbv-steps {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.st-tbv-steps li {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 22px;
	align-items: center;
	border: 0;
	border-bottom: 1px dashed #ccd4df;
	border-radius: 0;
	background: #ffffff;
	padding: 21px 0;
}

.st-tbv-steps span {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #006fe6;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(0, 111, 230, .20);
}

.st-tbv-steps p {
	margin: 0;
	color: #172033;
	font-size: clamp(20px, 2.5vw, 31px);
	line-height: 1.35;
}

.st-tbv-notice {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 18px;
	margin-top: 26px;
	border: 1px solid #9dccff;
	background: #eff7ff;
	border-radius: 10px;
	padding: 28px 34px;
}

.st-tbv-notice strong {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 6px;
	color: #172033;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0;
	grid-column: 1 / -1;
}

.st-tbv-notice p {
	margin: 0;
	color: #172033;
	font-size: clamp(19px, 2.3vw, 30px);
	line-height: 1.4;
	grid-column: 2;
}

.st-tbv-whatsapp {
	display: block;
	width: 100%;
	margin-top: 28px;
	text-align: center;
	text-decoration: none !important;
	background: #09b43f;
	color: #ffffff !important;
	border-radius: 10px;
	padding: 26px 18px;
	font-size: clamp(21px, 3vw, 34px);
	font-weight: 900;
	line-height: 1.2;
	box-shadow: 0 10px 22px rgba(9, 180, 63, .25);
}

.st-tbv-whatsapp:hover,
.st-tbv-whatsapp:focus {
	background: #18a957;
	color: #ffffff !important;
}

.st-tbv-helper {
	margin: 16px 0 0;
	text-align: center;
	color: #7a8392;
	font-size: clamp(16px, 2.2vw, 25px);
	line-height: 1.35;
}

.st-tbv-info-icon {
	width: 52px;
	height: 52px;
	min-width: 52px;
	border: 4px solid #006fe6;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	color: #006fe6;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	font-family: Arial, sans-serif;
}

@media (max-width: 520px) {
	.st-tbv-card {
		width: 100%;
		padding: 0;
	}

	.st-tbv-main-title {
		font-size: 28px;
		margin-bottom: 16px;
	}

	.st-tbv-bank {
		grid-template-columns: 1fr;
		margin-bottom: 28px;
	}

	.st-tbv-row {
		border-right: 0;
		padding: 18px 20px;
		min-height: auto;
	}

	.st-tbv-row span {
		font-size: 15px;
		margin-bottom: 7px;
	}

	.st-tbv-row strong {
		font-size: 20px;
	}

	.st-tbv-title {
		font-size: 22px;
		gap: 12px;
		margin-bottom: 14px;
	}

	.st-tbv-info-icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
		border-width: 3px;
		font-size: 21px;
	}

	.st-tbv-steps li {
		grid-template-columns: 42px 1fr;
		gap: 14px;
		padding: 15px 0;
	}

	.st-tbv-steps span {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.st-tbv-steps p {
		font-size: 19px;
	}

	.st-tbv-notice {
		display: block;
		padding: 18px;
		margin-top: 18px;
	}

	.st-tbv-notice strong {
		font-size: 20px;
	}

	.st-tbv-notice p {
		font-size: 18px;
		margin-top: 10px;
	}

	.st-tbv-whatsapp {
		padding: 18px 14px;
		font-size: 20px;
	}

	.st-tbv-helper {
		font-size: 16px;
	}
}
