/**
 * Admin styles for EPX Payment Gateway
 */

.epx-admin-notice {
	background: #fff;
	border-left: 4px solid #2271b1;
	padding: 12px;
	margin: 20px 0;
}

.epx-admin-notice p {
	margin: 0;
}

/* Transaction status badges */
.epx-status-success {
	display: inline-block;
	padding: 4px 10px;
	background-color: #00a32a;
	color: #fff;
	border-radius: 3px;
	font-weight: 600;
	font-size: 12px;
}

.epx-status-failed {
	display: inline-block;
	padding: 4px 10px;
	background-color: #d63638;
	color: #fff;
	border-radius: 3px;
	font-weight: 600;
	font-size: 12px;
}

.epx-status-pending {
	display: inline-block;
	padding: 4px 10px;
	background-color: #dba617;
	color: #fff;
	border-radius: 3px;
	font-weight: 600;
	font-size: 12px;
}

/* Transactions table */
.wp-list-table.epx-transactions-table {
	margin-top: 20px;
}

.wp-list-table.epx-transactions-table th {
	font-weight: 600;
}

.wp-list-table.epx-transactions-table td {
	vertical-align: middle;
}

/* Settings page */
.woocommerce-settings .epx-gateway-settings {
	margin-top: 20px;
}

.woocommerce-settings .epx-test-mode-warning {
	background: #fff3cd;
	border-left: 4px solid #ffc107;
	padding: 12px;
	margin: 15px 0;
}

/* Order details section */
.woocommerce-epx-transaction-details {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.woocommerce-epx-transaction-details h2 {
	margin-bottom: 15px;
}

.woocommerce-epx-transaction-details table {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce-epx-transaction-details th {
	text-align: left;
	padding: 10px;
	font-weight: 600;
	background-color: #f9f9f9;
	width: 40%;
}

.woocommerce-epx-transaction-details td {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}

/* Refund styling */
.epx-refunded-amount {
	color: #d63638;
	font-weight: 600;
}

.epx-no-refunds {
	color: #999;
}

/* Refund history table */
.woocommerce-epx-transaction-details h3 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 16px;
}

.woocommerce-table--refunds {
	margin-top: 15px;
}

.woocommerce-table--refunds th {
	background-color: #f9f9f9;
	padding: 8px;
	font-weight: 600;
	border-bottom: 2px solid #ddd;
}

.woocommerce-table--refunds td {
	padding: 8px;
	border-bottom: 1px solid #e5e5e5;
}
