/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Sponsor Styling */
.sponsors-title {
	margin: 20px 0 10px 0;
	color: #333;
	font-size: 1.2em;
}

.sponsors-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sponsors-list .sponsor-item {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	font-weight: 500;
}

.sponsors-list .sponsor-item:last-child {
	border-bottom: none;
}

.sponsors-inline {
	font-weight: 500;
}

.sponsors-badges {
	margin: 10px 0;
}

.sponsors-badges .sponsor-badge {
	display: inline-block;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 6px 12px;
	margin: 3px;
	border-radius: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.85em;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sponsor-presentations {
	list-style: disc;
	padding-left: 20px;
}

.sponsor-presentations li {
	margin: 5px 0;
}

.sponsor-presentations a {
	text-decoration: none;
	color: #0073aa;
}

.sponsor-presentations a:hover {
	text-decoration: underline;
}