/* ShareASale WooCommerce Tracker - Admin Styles */

/* Legacy logo support */
#shareasale-logo {
	vertical-align: middle;
}
/* Migration page styles */
.upgrade-notice {
	background: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 4px;
	padding: 15px;
	margin: 20px 0;
}
.upgrade-steps {
	margin: 20px 0;
	padding-left: 20px;
}
.upgrade-steps li {
	margin-bottom: 15px;
	line-height: 1.5;
}
.upgrade-steps li strong {
	color: #2271b1;
}
.upgrade-steps li em {
	font-size: 0.9em;
	color: #666;
}
.action-buttons {
	margin: 20px 0;
}
.action-buttons .button {
	margin-right: 10px;
	margin-bottom: 10px;
}
.current-settings {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 20px;
	margin-top: 30px;
}
.current-settings .settings-toggle {
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	cursor: pointer;
		user-select: none;
		display: flex;
		align-items: center;
		transition: color 0.2s ease;
	}
	
	.current-settings .settings-toggle:hover {
		color: #2271b1;
	}
	
	.current-settings .settings-toggle .dashicons {
		margin-right: 8px;
		font-size: 16px;
		line-height: 1;
		transition: transform 0.2s ease;
	}
	
	.current-settings .settings-content {
		padding-top: 15px;
}
.current-settings .form-table th {
	font-weight: 600;
	width: 250px;
}
.current-settings .form-table td {
	font-family: monospace;
	background: #fff;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
}