.modal-with-shortcode-btn {
    margin: 1rem auto;
    text-align: center;
}

.modal-with-shortcode-modal .modal-header {
	padding: 1.5rem 1.6rem 0;
	border-bottom: 0;
}

.modal-with-shortcode-modal .modal-header .close {
	padding: 0;
	margin: 0;
	width: 32px;
	height: 32px;
	font-size: 24px;
	font-weight: bold;
}

.modal-with-shortcode-modal .modal-body {
	padding: 1.6rem;
}

@media (min-width: 576px) {
}