/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */


.wp-block-isoc-gutenberg-isoc-text {
	background: none;
	padding: 20px;
}

.isoc-gutenberg-align-left {
	text-align: left;
}

.isoc-gutenberg-align-center {
	text-align: center;
}

.isoc-gutenberg-align-right {
	text-align: right;
}


.page-template-page-wide .wp-block-isoc-gutenberg-isoc-text a {
    color: #2b72d6;
    text-decoration: underline;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
}

.page-template-page-wide .wp-block-isoc-gutenberg-isoc-text a:hover {
    text-decoration: none;
}