/* AffanPay for WooCommerce — Laratech Systems */

/* Checkout: Remove WooCommerce Blocks accordion border on payment options */
.wc-block-components-radio-control-accordion-option,
.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	outline: none !important;
}

/* Checkout: AffanPay gateway icon — WC Blocks (high-specificity path) */
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
	height: 100px !important;
	max-height: inherit !important;
	width: auto !important;
	max-width: none !important;
	display: inline-block !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	background: transparent !important;
	vertical-align: middle !important;
}

/* Checkout: AffanPay gateway icon — WC Blocks mobile */
@media (max-width: 480px) {
	.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
		height: 60px !important;
	}
}

/* Checkout: AffanPay gateway icon — Classic checkout & fallback */
img.affanpay-logo,
.woocommerce ul.payment_methods li.payment_method_affanpay label img,
ul.wc_payment_methods li.payment_method_affanpay label img {
	display: inline-block !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	background: transparent !important;
	height: 100px !important;
	max-height: inherit !important;
	width: auto !important;
	max-width: none !important;
	vertical-align: middle;
}

/* --- Admin: Token Configuration Section Box --- */
.affanpay-token-section-header td {
	padding: 0 !important;
}

.affanpay-token-section-inner {
	background: #f0f6fc;
	border-top: 3px solid #007cba;
	border-left: 1px solid #c3d9ed;
	border-right: 1px solid #c3d9ed;
	padding: 14px 20px 10px;
	margin-top: 20px;
}

.affanpay-token-section-inner strong {
	font-size: 13px;
	color: #1d2327;
}

.affanpay-token-section-inner p {
	margin: 4px 0 0;
	color: #646970;
	font-size: 12px;
}

.affanpay-token-row th,
.affanpay-token-row td {
	background: #f9fbfd;
	border-left: 1px solid #c3d9ed;
	border-right: 1px solid #c3d9ed;
}

.affanpay-token-row:last-of-type th,
.affanpay-token-row:last-of-type td {
	border-bottom: 3px solid #007cba;
}
