/* Wayl Checkout - Admin Settings Styles */
.waylchp-admin-settings-wrapper {
	max-width: 1200px;
	margin: 30px auto;
	padding: 0 20px;
}
.waylchp-header-section {
	background: linear-gradient(135deg, #343433 0%, #142327 100%) !important;
	padding: 40px 35px;
	border-radius: 16px;
	color: #fff;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	gap: 30px;
	box-shadow: 0 6px 20px rgba(52, 52, 51, 0.25);
}
.waylchp-iraq-flag {
	font-size: 1.3em;
	vertical-align: middle;
	margin-left: 8px;
	display: inline-block;
	animation: waylchp-flag-pulse 2s ease-in-out infinite;
}
@keyframes waylchp-flag-pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.1); }
}
.waylchp-logo-container {
	flex-shrink: 0;
}
.waylchp-logo {
	height: 85px;
	width: auto;
	background: #fff;
	padding: 18px;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.waylchp-header-content h2 {
	margin: 0 0 12px 0;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
.waylchp-subtitle {
	margin: 0;
	color: rgba(255,255,255,0.95);
	font-size: 17px;
	line-height: 1.5;
}
.waylchp-stats-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-bottom: 35px;
}
.waylchp-stat-item {
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 30px 25px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0,0,0,0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.waylchp-stat-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.waylchp-stat-number {
	font-size: 36px;
	font-weight: 700;
	color: #343433;
	margin-bottom: 8px;
	line-height: 1.2;
}
.waylchp-stat-label {
	font-size: 14px;
	color: #343433;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.waylchp-info-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 25px;
	margin-bottom: 35px;
}
.waylchp-info-card {
	background: #fafafa;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 30px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.waylchp-info-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.waylchp-info-card h3 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #343433;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 3px solid #343433 !important;
	padding-bottom: 12px;
}
.waylchp-info-card p {
	color: #343433;
	line-height: 1.7;
	margin-bottom: 15px;
}
.waylchp-info-card p:last-child {
	margin-bottom: 0;
}
.waylchp-features-list {
	margin: 18px 0 0 0;
	padding-left: 22px;
}
.waylchp-features-list li {
	margin: 10px 0;
	color: #343433;
	line-height: 1.6;
}
.waylchp-contact-card {
	background: #f8f9fa;
	border-color: #e5e7eb;
}
.waylchp-payment-methods-card {
	background: #fefefe;
	border-color: #e5e7eb;
	margin-bottom: 25px;
}
.waylchp-payment-methods-card p,
.waylchp-payment-methods-card h3 {
	color: #343433;
}
.waylchp-payment-methods-list li {
	color: #343433;
}
.waylchp-contact-info p {
	color: #343433;
}
.waylchp-contact-info a {
	color: #343433 !important;
}
.waylchp-payment-methods-image {
	margin: 18px 0;
	text-align: center;
}
.waylchp-payment-methods-image img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.waylchp-payment-methods-list {
	margin: 18px 0 0 0;
	padding-left: 22px;
}
.waylchp-payment-methods-list li {
	margin: 10px 0;
	color: #343433;
	font-weight: 500;
	line-height: 1.6;
}
.waylchp-contact-info {
	margin-top: 18px;
}
.waylchp-contact-info p {
	margin: 12px 0;
	color: #343433;
}
.waylchp-contact-info a {
	color: #343433 !important;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}
.waylchp-contact-info a:hover {
	color: #2a2a29 !important;
	text-decoration: underline;
}
.waylchp-setup-steps li ul {
	margin-top: 10px;
	margin-left: 25px;
}
.waylchp-setup-steps li ul li {
	margin: 6px 0;
}
.waylchp-setup-section {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 30px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.06);
	margin-bottom: 35px;
}
.waylchp-setup-section h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #343433;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 3px solid #343433 !important;
	padding-bottom: 12px;
}
.waylchp-setup-steps {
	margin: 22px 0 0 0;
	padding-left: 28px;
}
.waylchp-setup-steps li {
	margin: 14px 0;
	color: #343433;
	line-height: 1.7;
}
.waylchp-setup-steps li strong {
	color: #343433;
}
.waylchp-setup-steps a {
	color: #343433;
	text-decoration: none;
	font-weight: 500;
}
.waylchp-setup-steps a:hover {
	color: #2a2a29;
	text-decoration: underline;
}
.waylchp-admin-settings-wrapper .form-table {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 25px 30px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.06);
	margin-top: 20px;
}
.waylchp-admin-settings-wrapper .form-table th {
	padding: 15px 0 15px 0;
	color: #374151;
	font-weight: 500;
}
.waylchp-admin-settings-wrapper .form-table td {
	padding: 15px 0;
}
.waylchp-admin-settings-wrapper .form-table input[type="text"],
.waylchp-admin-settings-wrapper .form-table input[type="password"],
.waylchp-admin-settings-wrapper .form-table select {
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 8px 12px;
	transition: border-color 0.2s ease;
}
.waylchp-admin-settings-wrapper .form-table input[type="text"]:focus,
.waylchp-admin-settings-wrapper .form-table input[type="password"]:focus,
.waylchp-admin-settings-wrapper .form-table select:focus {
	border-color: #343433;
	outline: none;
	box-shadow: 0 0 0 3px rgba(52, 52, 51, 0.1);
}
@media (max-width: 768px) {
	.waylchp-admin-settings-wrapper {
		padding: 0 15px;
		margin: 20px auto;
	}
	.waylchp-header-section {
		flex-direction: column;
		text-align: center;
		padding: 30px 25px;
		gap: 20px;
	}
	.waylchp-stats-section {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.waylchp-stat-item {
		padding: 25px 20px;
	}
	.waylchp-stat-number {
		font-size: 32px;
	}
	.waylchp-info-cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.waylchp-info-card,
	.waylchp-setup-section {
		padding: 25px 20px;
	}
}

