.tabby-learn-more-content .tabby-text-base,
.tabby-payment-wrapper .tabby-text-base {
	color: #333;
	text-align: center;
	font-style: normal;
	line-height: 145%;
}

body[dir='rtl'] .tabby-learn-more-content .tabby-text-base,
body[dir='rtl'] .tabby-payment-wrapper .tabby-text-base {
	line-height: 150%;
}

/* cba-tabby-payment-pdp */
.tabby-pdp-wrapper {
	margin-bottom: 24px;
	font-family: var(--font-medium, 'Gotham SSm medium A', 'Gotham SSm medium B', Helvetica, Arial, sans-serif);
	font-size: 14px;
	color: #333333;
	line-height: 145%;
}

.tabby-pdp-wrapper .help-icon__icon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.tabby-pdp-wrapper .tabby-logo {
	vertical-align: middle;
	width: 52px;
}

body[dir='rtl'] .tabby-pdp-wrapper {
	font-size: 17px;
	line-height: 150%;
}

/* cba-tabby-payment-learn-more-dialog */
.tabby-learn-more-content .tabby-logo {
	width: 88px;
	height: 40px;
}

.tabby-learn-more-content .tabby-title {
	font-size: 20px;
	font-family: var(--font-medium, 'Gotham SSm medium A', 'Gotham SSm medium B', Helvetica, Arial, sans-serif);
}

.tabby-learn-more-content .tabby-subtitle {
	font-size: 16px;
	font-family: var(--font-book, 'Gotham SSm book A', 'Gotham SSm book B', Helvetica, Arial, sans-serif);
}

.tabby-learn-more-content .installment-item {
	flex: 1 0 0;
}

.tabby-learn-more-content .installment-logo {
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.tabby-learn-more-content .installment-logo {
		width: 64px;
		height: 64px;
	}
}

.tabby-learn-more-content .installment-price,
.tabby-learn-more-content .installment-date {
	font-size: 12px;
}

.tabby-learn-more-content .installment-price {
	font-family: var(--font-medium, 'Gotham SSm medium A', 'Gotham SSm medium B', Helvetica, Arial, sans-serif);
}

.tabby-learn-more-content .installment-date {
	font-family: var(--font-book, 'Gotham SSm book A', 'Gotham SSm book B', Helvetica, Arial, sans-serif);
}

.tabby-learn-more-content .steps {
	list-style: none;
	counter-reset: my-counter;
}

.tabby-learn-more-content .how-it-works {
	font-family: var(--font-medium, 'Gotham SSm medium A', 'Gotham SSm medium B', Helvetica, Arial, sans-serif);
	font-size: 16px;
}

.tabby-learn-more-content .step {
	counter-increment: my-counter;
	font-size: 14px;
	font-family: var(--font-book, 'Gotham SSm book A', 'Gotham SSm book B', Helvetica, Arial, sans-serif);
	text-align: start;
}

.tabby-learn-more-content .step::before {
	font-family: var(--font-medium, 'Gotham SSm medium A', 'Gotham SSm medium B', Helvetica, Arial, sans-serif);
	content: counter(my-counter);
	background: #333;
	width: 20px;
	height: 20px;
	font-size: 10px;
	border-radius: 50%;
	display: inline-block;
	color: white;
	text-align: center;
	margin-inline-end: 8px;
}

.tabby-learn-more-content .step span {
	display: inline-block;
	width: calc(100% - 28px);
	vertical-align: top;
}

body[dir='rtl'] .tabby-learn-more-content .tabby-title {
	font-size: 24px;
}

body[dir='rtl'] .tabby-learn-more-content .tabby-subtitle,
body[dir='rtl'] .tabby-learn-more-content .how-it-works {
	font-size: 19px;
}

body[dir='rtl'] .tabby-learn-more-content .installment-price,
body[dir='rtl'] .tabby-learn-more-content .installment-date {
	font-size: 14px;
}

body[dir='rtl'] .tabby-learn-more-content .step {
	font-size: 17px;
}

/* iOS, android */
body[dir='rtl'] .tabby-learn-more-content .step::before {
	font-family: var(--font-book, 'Gotham SSm book A', 'Gotham SSm book B', Helvetica, Arial, sans-serif);
	font-size: 12px;
	line-height: unset;
	vertical-align: middle;
}

@media screen and (min-width: 1024px) {
	body[dir=rtl] .tabby-learn-more-content .step::before {
		line-height: 170%;
	}
}

/* iOS, android for desktop */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px) {
	body[dir=rtl] .tabby-learn-more-content .step::before {
		line-height: unset;
	}
}

/*  cba-tabby-payment-order-summary-cart
	cba-tabby-payment-order-summary-checkout */
.tabby-cart-wrapper .tabby-logo,
.tabby-checkout-wrapper .tabby-logo {
	width: 36px;
	height: 20px;
	margin-right: 4px;
}

.tabby-cart-wrapper .tabby-text span,
.tabby-checkout-wrapper .tabby-text span {
	line-height: 145%;
}

.tabby-cart-wrapper .tabby-text .help-icon__icon,
.tabby-checkout-wrapper .tabby-text .help-icon__icon {
	width: 16px;
	height: 16px;
}

.tabby-cart-wrapper .tabby-text span,
.tabby-cart-wrapper .tabby-text img,
.tabby-cart-wrapper .tabby-text svg,
.tabby-checkout-wrapper .tabby-text span,
.tabby-checkout-wrapper .tabby-text img,
.tabby-checkout-wrapper .tabby-text svg {
	vertical-align: middle;
}

body[dir='rtl'] .tabby-cart-wrapper,
body[dir='rtl'] .tabby-checkout-wrapper {
	font-size: 13px;
	line-height: 150%;
}

/* cba-tabby-payment-description */
.tabby-payment-wrapper {
	padding: 24px 16px;
	border-radius: 5px;
	border: 1px solid #e9e3de;
}

@media (min-width: 768px) {
	.tabby-payment-wrapper {
		margin-inline-start: 24px;
		margin-bottom: 32px;
		padding: 24px 32px;
	}
}

.tabby-payment-wrapper .tabby-logo {
	width: 88px;
	height: 36px;
}

.tabby-payment-wrapper .tabby-title,
.tabby-payment-wrapper .due-price {
	font-family: var(--font-medium, 'Gotham SSm medium A', 'Gotham SSm medium B', Helvetica, Arial, sans-serif);
	font-size: 16px;
}

.tabby-payment-wrapper .tabby-subtitle,
.tabby-payment-wrapper .due-today {
	font-family: var(--font-book, 'Gotham SSm book A', 'Gotham SSm book B', Helvetica, Arial, sans-serif);
	font-size: 16px;
}

.tabby-payment-wrapper .installment-item {
	flex: 1 0 0;
}

.tabby-payment-wrapper .installment-logo {
	width: 64px;
	margin-bottom: 8px;
}

.tabby-payment-wrapper .installment-price,
.tabby-payment-wrapper .installment-date {
	font-size: 12px;
}

.tabby-payment-wrapper .installment-price {
	font-family: var(--font-medium, 'Gotham SSm medium A', 'Gotham SSm medium B', Helvetica, Arial, sans-serif);
}

.tabby-payment-wrapper .installment-date {
	font-family: var(--font-book, 'Gotham SSm book A', 'Gotham SSm book B', Helvetica, Arial, sans-serif);
}

.tabby-payment-wrapper .due-today-section {
	align-items: flex-start;
	align-self: stretch;
	border-top: 1px solid #e9e3de;
}

body[dir='rtl'] .tabby-payment-wrapper .installment-price,
body[dir='rtl'] .tabby-payment-wrapper .installment-date {
	font-size: 14px;
}

body[dir='rtl'] .tabby-payment-wrapper .due-price,
body[dir='rtl'] .tabby-payment-wrapper .due-today {
	font-size: 19px;
}

.tabby-payment-description {
	font-family: var(--font-book, 'Gotham SSm book A', 'Gotham SSm book B', Helvetica, Arial, sans-serif);
	width: calc(100% - 24px - 68px - 16px);
	font-size: 14px;
	line-height: 145%;
}

body[dir='rtl'] .tabby-payment-description {
	font-size: 17px;
	line-height: 150%;
}
