.advert-modal-link {
	display: inline-block;
	background: #d20000;
	color: #fff;
	padding: 8px 10px;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 0em;
	cursor: pointer;
	border-radius: 3px;
}
.advert-modal-link:hover {
	background:#fff;
	color:  #d20000 !important;
}

.light-modal-content {
	width: 60vw;
	font-family: arial,verdana;
	font-size: 0.9rem;
	background: #fff;
	color: #555;
}

.light-modal-body {
	background-color: #F6F5F0;
}

.light-modal-header, .light-modal-footer {
	background: rgba(76,113,173,1);
	color: #fff;
	font-weight: medium;
}

.light-modal-close-icon, .light-modal-close-btn {
	cursor: pointer;
}
