.ytsb-wrap .form-table .channel-row th {
	padding-top: 14px;
}

/* stylelint-disable-next-line selector-id-pattern */
.ytsb-wrap .form-table #ytsb_channel_type {
	box-shadow: none;
	border: 0;
	background: transparent;
	padding: 0;
	margin-top: -2px;
	border-bottom: 2px solid #bbb;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	/* stylelint-disable-next-line function-url-quotes */
	background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
	background-position: 106% 100%;
	background-repeat: no-repeat;
	width: 120px;
}

.ytsb-wrap .form-table td select {
	min-width: 300px;
}

.ytsb-wrap .form-table td .red {
	color: #f00;
	font-size: 18px;
}
