/* Teya primary checkout layout — local plugin only */

.tourmaster-payment-gateway:has(.tourmaster-payment-teya) {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.tourmaster-payment-gateway:has(.tourmaster-payment-teya) .tourmaster-online-payment-method {
	float: none !important;
	width: 100% !important;
	max-width: 300px;
	text-align: center;
	line-height: 1;
}

.tourmaster-payment-gateway:has(.tourmaster-payment-teya) .tourmaster-payment-teya {
	order: 1;
}

.tourmaster-payment-gateway:has(.tourmaster-payment-teya) .teya-tm-paypal-divider {
	order: 2;
}

.tourmaster-payment-gateway:has(.tourmaster-payment-teya) .tourmaster-payment-paypal {
	order: 3;
	margin-top: 0;
	opacity: 0.85;
}

.tourmaster-payment-gateway:has(.tourmaster-payment-teya) .tourmaster-payment-paypal > img {
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	width: 260px !important;
	height: 48px !important;
	max-width: 260px;
	padding: 4px 12px;
	object-fit: contain;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	border-radius: 4px;
	background: #ffffff;
	transition: border-color 400ms;
	-moz-transition: border-color 400ms;
	-o-transition: border-color 400ms;
	-webkit-transition: border-color 400ms;
}

.tourmaster-payment-gateway:has(.tourmaster-payment-teya) .tourmaster-payment-paypal-service-fee-text {
	font-size: 11px;
	margin-top: 12px;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
}

.teya-tm-primary-payment {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.teya-tm-pay-button {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-sizing: border-box;
	width: 260px;
	height: 48px;
	margin: 0;
	padding: 0 20px;
	border: 2px solid transparent;
	border-radius: 4px;
	background: #ffffff;
	color: #3d4f6f;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	cursor: pointer;
	transition: border-color 400ms;
	-moz-transition: border-color 400ms;
	-o-transition: border-color 400ms;
	-webkit-transition: border-color 400ms;
	-webkit-appearance: none;
	appearance: none;
}

.teya-tm-pay-button__icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.teya-tm-pay-button__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.teya-tm-pay-button__label {
	display: block;
	line-height: 1;
}

.teya-tm-pay-button:hover,
.teya-tm-pay-button:focus {
	border-color: #485da1;
	outline: none;
}

.teya-tm-paypal-divider {
	order: 2;
	width: 100%;
	max-width: 300px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #888;
	margin: 8px 0 4px;
}

.teya-tm-paypal-divider::before,
.teya-tm-paypal-divider::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 32%;
	border-top: 1px solid #ddd;
	margin: 0 8px;
}
