.chbs-payment > li.vt-viva-payment-choice > a {
	gap: 6px !important;
	min-height: 118px !important;
	padding: 16px 18px !important;
	border-color: var(--vt-border, #d9e2ef) !important;
	color: var(--vt-text, #071b3a) !important;
	text-decoration: none !important;
}

.chbs-payment > li.vt-viva-payment-choice > a .chbs-meta-icon-tick {
	display: none !important;
}

.chbs-payment > li.vt-viva-payment-choice > a .vt-viva-choice-logo {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 150px !important;
	min-height: 30px !important;
	margin: 0 !important;
	padding: 10px !important;
	/*border: 1px solid rgba(7, 27, 58, .08) !important;
	border-radius: 3px !important;
	background: #fff !important;
	box-shadow: 0 2px 7px rgba(7, 27, 58, .08) !important;*/
}

.chbs-payment > li.vt-viva-payment-choice > a .vt-viva-choice-logo img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto !important;
}

.chbs-payment > li.vt-viva-payment-choice > a::after,
.chbs-payment > li.vt-viva-payment-choice > a::before,
.chbs-payment > li.vt-viva-payment-choice > a.chbs-state-selected::before {
	content: none !important;
	display: none !important;
}

.chbs-payment > li.vt-viva-payment-choice > a .vt-viva-choice-title,
.chbs-payment > li.vt-viva-payment-choice > a .vt-viva-choice-note,
.chbs-payment > li.vt-viva-payment-choice > a .vt-viva-choice-amount {
	display: block !important;
	color: var(--vt-text, #071b3a) !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	text-align: center !important;
}

.chbs-payment > li.vt-viva-payment-choice > a .vt-viva-choice-title {
	margin-top: 2px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
}

.chbs-payment > li.vt-viva-payment-choice > a .vt-viva-choice-note {
	color: var(--vt-muted, #66758a) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
}

.chbs-payment > li.vt-viva-payment-choice > a .vt-viva-choice-note[hidden] {
	display: none !important;
}

.chbs-payment > li.vt-viva-payment-choice > a .vt-viva-choice-amount {
	color: var(--vt-primary, #0057d9) !important;
	font-size: 16px !important;
	font-weight: 900 !important;
}

.chbs-payment.vt-viva-mode-full > li.vt-viva-payment-choice-full > a,
.chbs-payment.vt-viva-mode-deposit > li.vt-viva-payment-choice-deposit > a,
.chbs-payment > li.vt-viva-payment-choice > a.vt-viva-is-active-link,
.chbs-payment > li.vt-viva-is-active > a {
	border-color: var(--vt-primary, #0057d9) !important;
	background: rgba(0, 87, 217, .06) !important;
	box-shadow: 0 0 0 1px rgba(0, 87, 217, .16) !important;
}

.chbs-payment.vt-viva-mode-deposit > li.vt-viva-payment-choice-full > a.chbs-state-selected,
.chbs-payment > li.vt-viva-payment-choice:not(.vt-viva-is-active) > a {
	border-color: var(--vt-border, #d9e2ef) !important;
	background: var(--vt-surface, #fff) !important;
	box-shadow: none !important;
}

.chbs-payment.vt-viva-mode-deposit > li.vt-viva-payment-choice-full > a.chbs-state-selected .chbs-meta-icon-tick {
	display: none !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget) .chbs-main-content-step-3.vt-step-visible .chbs-payment.vt-viva-mode-full > li.vt-viva-payment-choice-full > a,
body.theme-versatours .chbs-main:not(.chbs-widget) .chbs-main-content-step-3.vt-step-visible .chbs-payment.vt-viva-mode-deposit > li.vt-viva-payment-choice-deposit > a,
body.theme-versatours .chbs-main:not(.chbs-widget) .chbs-main-content-step-3.vt-step-visible .chbs-payment > li.vt-viva-payment-choice > a.vt-viva-is-active-link,
body.theme-versatours .chbs-main:not(.chbs-widget) .chbs-main-content-step-3.vt-step-visible .chbs-payment > li.vt-viva-is-active > a {
	border-color: var(--vt-primary, #0057d9) !important;
	background: rgba(0, 87, 217, .06) !important;
	box-shadow: 0 0 0 1px rgba(0, 87, 217, .16) !important;
}

body.theme-versatours .chbs-main:not(.chbs-widget) .chbs-main-content-step-3.vt-step-visible .chbs-payment.vt-viva-mode-deposit > li.vt-viva-payment-choice-full > a.chbs-state-selected,
body.theme-versatours .chbs-main:not(.chbs-widget) .chbs-main-content-step-3.vt-step-visible .chbs-payment > li.vt-viva-payment-choice:not(.vt-viva-is-active) > a:not(.vt-viva-is-active-link) {
	border-color: var(--vt-border, #d9e2ef) !important;
	background: var(--vt-surface, #fff) !important;
	box-shadow: none !important;
}

.chbs-payment > li.vt-viva-payment-choice.vt-viva-is-active > a::before,
.chbs-payment > li.vt-viva-payment-choice.vt-viva-is-active > a.chbs-state-selected::before {
	content: "" !important;
	position: absolute !important;
	right: 10px !important;
	top: 10px !important;
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 999px !important;
	background: var(--vt-primary, #0057d9) !important;
	box-shadow: 0 0 0 3px rgba(0, 87, 217, .12) !important;
}
.vt-viva-trust-badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 0 0 1.25rem;
	text-align: center;
}

.vt-viva-trust-badge-text {
	margin: 0;
	color: var(--vt-muted, #66758a);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.vt-viva-trust-badge-logo {
	display: block;
	width: 100%;
	max-width: 680px !important;
	height: auto;
}

.vt-viva-return-notice {
	margin: 0 0 1.25rem;
	padding: 0.875rem 1rem;
	border: 1px solid #d92d20;
	border-radius: 0.5rem;
	background: #fff4f2;
	box-shadow: 0 0.25rem 0.875rem rgba(217, 45, 32, 0.08);
	color: #9f1c14;
	font: inherit;
	font-weight: 600;
	line-height: 1.45;
}

body.theme-versatours .chbs-main:not(.chbs-widget)
	.chbs-main-content-step-3.vt-step-visible
	.chbs-layout-column-right > .vt-viva-return-notice {
	width: 100% !important;
	margin: 0 0 1rem !important;
}
