


a.popup-close {
	font-size: 24px;
	position: absolute;
	right: 0px;
	padding: 3px 15px;
}





/* Элементы списка результатов проверки */
.seo-results-modal ul li{
	margin-bottom: 5px;
}


/* Общие стили маркеров */
.status-marker {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%; /* Делает маркер кругом */
	margin-right: 10px;
}

/* Цвета для маркеров */
.status-marker.green {
	background-color: #4CAF50; /* Зеленый */
}

.status-marker.yellow {
	background-color: #FFC107; /* Желтый */
}

.status-marker.red {
	background-color: #F44336; /* Красный */
}

.seo-results-modal{
	padding: 48px;
}
