.bcsn-service-types {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 18px 0;
	padding: 15px;
	border: 1px solid #dbe2ea;
	border-radius: 9px;
	background: #f8fafc;
}
.bcsn-service-types > strong { grid-column: 1 / -1; }
.bcsn-service-types label { margin: 0 !important; font-weight: 500 !important; }
.bcsn-service-types input { width: auto !important; display: inline !important; margin: 0 6px 0 0 !important; }
.bcsn-service-settings small { display: block; margin-top: 4px; color: #64748b; font-weight: 400; }
.bcsn-target-state { display: inline-block; margin-top: 5px; padding: 3px 7px; border-radius: 99px; background: #fef3c7; color: #92400e; font-size: 10px; font-weight: 700; }
.bcsn-target-state.responded { background: #dcfce7; color: #166534; }
.bcsn-target-actions { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 7px; }
@media (max-width: 650px) { .bcsn-service-types { grid-template-columns: 1fr; } .bcsn-service-types > strong { grid-column: auto; } }
