.wp-block-embed.is-provider-youtube {
	margin-bottom: 0 !important;
}

.youtube-subscribe-bar-container > div > iframe {
	display: block;
	margin-bottom: 0 !important;
}

.youtube-subscribe-bar {
	background: #1b1b1b;
	color: #fff;
	padding: 6px 10px;
	// Specificity hack to override theme styles.
	margin-top: 0 !important;
}

.youtube-subscribe-bar iframe {
	height: 25px;
	width: 130px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
}

.youtube-subscribe-bar iframe.big {
	height: 48px;
	width: 180px;
}

.youtube-subscribe-bar div:nth-child(1) {
	display: inline-block;
	margin-right: 10px;
}

.youtube-subscribe-bar div:nth-child(2) {
	display: inline-block;
}
