.payhere .payhere-amount {
	margin: 0.25rem 0 0;
	font-size: 0.95rem;
	font-weight: 500;
}

.payhere .payhere-sandbox {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.85rem;
	color: #6b7280;
}

.payhere .payhere-notice {
	margin-bottom: 1rem;
	padding: 0.75rem 1rem;
	font-size: 0.95rem;
}

.payhere .payhere-notice--success {
	background: #ecfdf3;
	border: 1px solid #86efac;
	color: #166534;
}

.payhere .payhere-notice--cancelled,
.payhere .payhere-notice--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.payhere .payhere-field-error {
	margin: 0.35rem 0 0;
	font-size: 0.8rem;
	line-height: 1.4;
	color: #ba0c2f;
}

.payhere .payhere-field-invalid {
	border-bottom-color: #ba0c2f !important;
}

.payhere .payhere-notice--declined {
	background: #fff1f2;
	border: 1px solid #fda4af;
	color: #be123c;
}

.payhere .payhere-notice--pending {
	background: #fffbeb;
	border: 1px solid #fde68a;
	color: #92400e;
}

.payhere .payhere-card-payment-btn,
.payhere .payhere-slip-submit-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 4px 4px 4px 20px;
	background-color: #002f6c;
	color: #fff;
	border-radius: 50px;
	font-weight: 500;
	overflow: hidden;
	min-width: 200px;
	line-height: 30px;
	border: 0;
	cursor: pointer;
	font: inherit;
	appearance: none;
	-webkit-appearance: none;
	text-align: left;
}

.payhere .payhere-card-payment-btn span,
.payhere .payhere-slip-submit-btn span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 42px;
	line-height: 46px;
	padding-right: 56px;
	background-image: none;
}

.payhere .payhere-card-payment-btn span::after,
.payhere .payhere-slip-submit-btn span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 44px;
	height: 44px;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #ba0c2f;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
}

.payhere .payhere-card-payment-btn::before,
.payhere .payhere-slip-submit-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ba0c2f;
	border-radius: 50px;
	z-index: 0;
	transform: translateX(100%);
	transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.payhere .payhere-card-payment-btn:hover::before,
.payhere .payhere-slip-submit-btn:hover::before {
	transform: translateX(0);
}

.payhere .payhere-card-payment-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.payhere .payhere-card-payment-btn.is-loading,
.payhere .payhere-slip-submit-btn.is-loading {
	opacity: 0.75;
	pointer-events: none;
}

.payhere .payhere-payment-methods {
	border: 0;
	padding: 0;
	margin: 0;
}

.payhere .payhere-payment-methods__legend {
	font-weight: 600;
	margin-bottom: 0.75rem;
	padding: 0;
}

.payhere .payhere-payment-option {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	cursor: pointer;
}

.payhere .payhere-payment-option input {
	margin: 0;
}

.payhere .payhere-slip-upload label {
	display: block;
	margin-bottom: 0.5rem;
}

.payhere .payhere-slip-hint {
	margin: 0.5rem 0 0;
	font-size: 0.85rem;
	color: #6b7280;
}

.payhere .payhere-recaptcha-error {
	margin: 0.5rem 0 0;
	font-size: 0.85rem;
	color: #991b1b;
}
