/* Button block
--------------------------------------------- */
.wp-block-button__link {
	border-radius: 0;
	font-weight: 600;
}

.wp-block-button__link:hover {
	text-decoration: none;
}

.wp-block-button__link:not(.has-text-color) {
	color: white;
}

.wp-block-button__link:not(.has-text-color):hover {
	color: white;
}

.wp-block-button__link:not(.has-background) {
	background-color: transparent;
	border: 2px solid #37576C;
}

.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):focus {
	background-color: #37576C;
	color: #fff!important;
}

/*// Banner block.*/
.block-banner {
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center center;
	overflow-y: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.banner-content {
	background-color: #fff;
	color: #37576c;
	display: flex;
	flex-direction: column;
	margin: 2.5rem 0 2.5rem auto;
	max-width: 45%;
	padding: 2rem 3rem;
	position: relative;
	text-align: center;
	z-index: 3;
}

.banner-title {
	font-weight: 400;
	margin: 0 0 20px 0;
	line-height: 1;
}

.banner-description {
	margin: 0 0 15px 0;
}

.button-banner {
	margin-top: 1rem;
	padding: 1rem;
}

.ie .block-banner .block-banner-title,
.ie .block-banner .block-banner-description {
	width: 100%;
}

/* CETP Topics List*/
.topics-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(200px, 1fr));
	list-style-type: none!important;
	grid-gap: 20px;
	padding: 0;
}

.topic {
	padding: 12px;
}

.topic-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.topic-title,
.topic-description {
	color: #FFF;
}

.topic-title {
	font-size: 26px;
	margin: 0;
}

.topic-icon {
	width: 50px;
}
