/* Custom Admin Styling for Header Footer Script Adder Pro */

.asm-pro-conditional-logic th {
	width: 200px !important;
	padding: 15px 10px 15px 0 !important;
	font-weight: 600;
	color: #2c3338;
}

.asm-pro-conditional-logic td {
	padding: 15px 10px !important;
}

.asm-pro-conditional-logic label {
	cursor: pointer;
	margin-bottom: 8px;
	color: #444;
}

.asm-pro-conditional-logic input[type="checkbox"] {
	margin-right: 6px;
	border: 1px solid #8c8f94;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}

.asm-pro-conditional-logic input[type="checkbox"]:checked {
	background-color: #3858f9;
	border-color: #3858f9;
}

.asm-sub-checkboxes {
	background: #f9f9fb;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 15px;
	max-width: 600px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.02);
}

.asm-sub-checkboxes label {
	margin-bottom: 10px;
}

#asm_cond_pages_type {
	padding: 6px 12px;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	font-size: 14px;
	background-color: #fff;
	min-width: 200px;
}

#asm_cpt_selection, #asm_woo_selection {
	background: #f8fafc;
	border-left: 4px solid #3858f9;
	padding: 15px;
	border-radius: 0 8px 8px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	max-width: 600px;
}

#asm_cpt_selection p, #asm_woo_selection p {
	margin-top: 0;
	margin-bottom: 10px;
	color: #0f172a;
}

/* Side Meta Box Tweaks */
#asm_snippet_optimization_box select {
	padding: 6px;
	border-radius: 4px;
	border: 1px solid #8c8f94;
}

#asm_snippet_optimization_box p {
	margin-bottom: 12px;
}
