.rf-contest-selector {
	padding: 20px;
	text-align: left;
	background: #f8f9fa;
	border: 1px solid #e8eaed;
	border-radius: 12px;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.rf-contest-title {
	font-size: 1rem;
	font-weight: 500;
	color: #202124;
	padding: 0;
	margin: 0 0 12px;
}

.rf-contest-selector select {
	width: 100%;
	padding: 10px 12px;
	margin: 0 0 12px;
	height: auto;
	line-height: 1.4;
	border: 1px solid #dadce0;
	border-radius: 8px;
	background: #fff;
	color: #202124;
	font-size: 0.875rem;
}

.rf-contest-selector select:focus {
	border-color: #1a73e8;
	outline: none;
	box-shadow: 0 0 0 1px #1a73e8;
}

.rf-contest-selector p {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #5f6368;
}

.rf-contest-selector a {
	color: #1a73e8;
	text-decoration: none;
	font-weight: 500;
}

.rf-contest-selector a:hover {
	text-decoration: underline;
}
