#jscode.api-button-code-textarea {
	min-height: 140px;
}

#poststuff #post-body.columns-2 {
	margin-right: 300px;
}

#post-body .misc-pub-response-to:before {
	content: '\f105' !important;
}

#buttonGeneratorApp h2 {
	padding: 0;
	font-size: 23px;
	line-height: 1.25;
}

#buttonGeneratorApp .input-group-addon {
	display: flex;
	align-items: center;
	padding-bottom: 6px;
}

#buttonGeneratorApp .article__title {
	margin-bottom: 20px;
}

.wrap .notice {
	line-height: 1.5;
	padding: 10px 15px;
}

.notice.shortcode {
	border-left-color: #037bba;
}

.wrap .tmk-codes-warning {
	margin-bottom: 20px;
}

.wrap code {
	font-size: 100%;
	background-color: #037bba;
	color: white;
	padding: 9px 11px 8px;
	border-radius: 3px;
}

.more-options:not(.active) {
	display: none;
}

.hide-it {
	overflow: hidden;
	opacity: 0;
	height: 0;
}

.show-more {
	position: relative;
}

.submitbox hr {
	margin: 5px 0 15px;
}

.show-more:after {
	content: '';

	position: absolute;
	right: -22px;
	top: calc(50% - 6px);

	width: 12px;
	height: 16px;

	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;

	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 491.996 491.996' style='enable-background:new 0 0 491.996 491.996;' xml:space='preserve'%3E%3Cpath d='M484.132,124.986l-16.116-16.228c-5.072-5.068-11.82-7.86-19.032-7.86c-7.208,0-13.964,2.792-19.036,7.86l-183.84,183.848 L62.056,108.554c-5.064-5.068-11.82-7.856-19.028-7.856s-13.968,2.788-19.036,7.856l-16.12,16.128 c-10.496,10.488-10.496,27.572,0,38.06l219.136,219.924c5.064,5.064,11.812,8.632,19.084,8.632h0.084 c7.212,0,13.96-3.572,19.024-8.632l218.932-219.328c5.072-5.064,7.856-12.016,7.864-19.224 C491.996,136.902,489.204,130.046,484.132,124.986z'/%3E%3C/svg%3E");
}

.show-more.active:after {
	transform: rotate(180deg);
}

select.tmk-woocommerce-position {
	max-width: 100%;
}
