.haru-single-shortcode {
	margin-bottom: 80px;
}

.single-shortcode-content {
	display: flex;
	margin-bottom: 30px;

	@media screen and (max-width: $screen-xs-max) {
		display: block;
	}
}

.haru-shortcode-core {
	width: 50%;
	min-width: 250px;
	min-height: 100px;
	padding: 10px;
	border: 1px solid $border_color;
	border-radius: $border_radius;

	&:focus {
		outline: none;
		border: 1px solid $primary_color;
	}

	@media screen and (max-width: $screen-xs-max) {
		width: 100%;
	}
}

.haru-shortcode-copy {
	margin-left: 10px;

	@media screen and (max-width: $screen-xs-max) {
		margin-left: 0;
		margin-top: 15px;
	}
}
