.haneef-cliq-card {
	background: #fff;
	border: 1px solid #cbb884;
	border-radius: 8px;
	color: #25272b;
	font-family: inherit;
	margin: 18px 0;
	padding: 18px;
}

.haneef-cliq-card__header {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.haneef-cliq-card[dir="rtl"] .haneef-cliq-card__header {
	direction: rtl;
	flex-direction: row;
	justify-content: flex-start;
	text-align: right;
}

.haneef-cliq-card[dir="rtl"] .haneef-cliq-card__header > div {
	text-align: right;
}

.haneef-cliq-card__icon {
	height: 42px;
	object-fit: contain;
	width: 42px;
}

.haneef-cliq-block-label {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.haneef-cliq-block-label__icon {
	height: 24px;
	object-fit: contain;
	width: 24px;
}

.haneef-cliq-card h3 {
	color: #25272b;
	font-size: 22px;
	line-height: 1.35;
	margin: 0;
}

.haneef-cliq-card__header p,
.haneef-cliq-card__instructions,
.haneef-cliq-card__notice {
	color: #566267;
	margin: 6px 0 0;
}

.haneef-cliq-card__body {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 14px 0;
}

.haneef-cliq-card__body > div {
	background: #fafafa;
	border: 1px solid #eadfbd;
	border-radius: 6px;
	padding: 10px 12px;
}

.haneef-cliq-card__body span {
	color: #6c7377;
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
}

.haneef-cliq-card__body strong {
	color: #25272b;
	font-size: 15px;
	overflow-wrap: anywhere;
}

.haneef-cliq-copy,
.haneef-cliq-button {
	align-items: center;
	background: #466065;
	border: 1px solid #466065;
	border-radius: 6px;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.3;
	margin-inline-start: 8px;
	min-height: 34px;
	padding: 7px 13px;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.haneef-cliq-copy {
	font-size: 12px;
	min-height: 28px;
	padding: 4px 10px;
}

.haneef-cliq-copy--copied {
	animation: haneef-cliq-copy-pop 360ms ease;
	background: #198754 !important;
	border-color: #198754 !important;
	box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.18);
	color: #fff !important;
	transform: translateY(-1px);
}

@keyframes haneef-cliq-copy-pop {
	0% {
		transform: scale(1);
	}

	45% {
		transform: scale(1.08);
	}

	100% {
		transform: translateY(-1px) scale(1);
	}
}

.haneef-cliq-button--secondary {
	background: #fff;
	color: #466065 !important;
}

.haneef-cliq-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.haneef-cliq-card__notice {
	background: #f7f2e5;
	border-radius: 6px;
	padding: 10px 12px;
}

.haneef-cliq-card--confirmed {
	border-color: #8bc58b;
}

.haneef-cliq-checkout-details {
	clear: both;
	margin: 14px 0;
	width: 100%;
}

.haneef-cliq-admin-panel {
	background: #fff;
	border: 1px solid #cbb884;
	border-radius: 6px;
	clear: both;
	margin-top: 14px;
	padding: 12px;
}

.haneef-cliq-admin-panel h3 {
	margin: 0 0 10px;
}

@media (max-width: 640px) {
	.haneef-cliq-card {
		padding: 14px;
	}

	.haneef-cliq-card__body {
		grid-template-columns: 1fr;
	}

	.haneef-cliq-card__actions,
	.haneef-cliq-button {
		width: 100%;
	}
}
