/* MGH Intereslist widget – CTA box, content from Settings > MGH Settings */
/* Blue box 8px radius; title H3 #fff; description Paragraph #fff; 20px gaps; button gold #fff 14px, 15px 30px 17px 30px, 8px radius. */
/* Container padding 70px 50px desktop, 60px 20px mobile. Section top 60px mobile, 100px desktop. */

.mgh-intereslist {
	padding: 60px 20px 0;
	max-width: 884px;
	margin-left: auto;
	margin-right: auto;
}

.mgh-intereslist__box {
	background-color: #2c3a60;
	border-radius: 8px;
	padding: 60px 20px;
	text-align: left;
}

.mgh-intereslist__title {
	margin: 0 0 20px 0;
	color: #fff;
	line-height: 1.2;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 28px;
}

.mgh-intereslist__description {
	margin: 0 0 20px 0;
	color: #fff;
	line-height: 1.4;
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.mgh-intereslist__button {
	display: inline-block;
	background-color: var(--mgh-gold);
	color: #fff;
	font-size: 14px;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	line-height: 1.4;
	padding: 15px 30px 17px 30px;
	border-radius: 8px;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	cursor: default;
}

a.mgh-intereslist__button {
	cursor: pointer;
}

a.mgh-intereslist__button:hover {
	background-color: var(--mgh-gold-hover);
}

.mgh-intereslist__placeholder {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
	line-height: 1.4;
}

.mgh-intereslist__placeholder a {
	color: #fff;
	text-decoration: underline;
}

/* Desktop */
@media (min-width: 1280px) {
	.mgh-intereslist {
		padding: 100px 50px 0;
		max-width: 100%;
	}

	.mgh-intereslist__box {
		padding: 70px 50px;
	}

	.mgh-intereslist__title {
		font-size: 34px;
		margin-bottom: 20px;
	}

	.mgh-intereslist__description {
		font-size: 14px;
		margin-bottom: 20px;
	}
}
