/* POP360 Event Description Widget Styles */

.pop360-event-description-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	padding: 32px 32px 24px 32px;
}
.pop360-event-section-title {
	font-family: 'Rethink Sans', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.1;
	color: #000;
	margin-bottom: 12px;
	margin-top: 28px;
}
.pop360-event-section-title:first-child {
	margin-top: 0;
}
.pop360-event-description-text {
	font-family: 'Rethink Sans', sans-serif;
	font-size: 18px;
	color: #222;
	margin-bottom: 18px;
}
.pop360-event-location,
.pop360-event-date {
	font-family: 'Rethink Sans', sans-serif;
	font-size: 20px;
	color: #111;
	margin-bottom: 18px;
}

/* Inline style replacements */
.pop360-event-date-text {
	font-size: 15px;
	color: #888;
}
.pop360-event-location-text {
	font-size: 18px;
	color: #666;
}
.pop360-event-time-text {
	font-size: 18px;
	color: #666;
}


/* --------------------------------------------------------------------------
   Responsive: Tablet
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.pop360-event-description-card {
		padding: 24px 24px 20px 24px;
	}

	.pop360-event-section-title {
		font-size: 26px;
	}
}

/* --------------------------------------------------------------------------
   Responsive: Mobile
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
	.pop360-event-description-card {
		padding: 20px 16px 16px 16px;
		border-radius: 12px;
	}

	.pop360-event-section-title {
		font-size: 22px;
		margin-top: 20px;
	}

	.pop360-event-description-text {
		font-size: 16px;
	}

	.pop360-event-location,
	.pop360-event-date {
		font-size: 16px;
	}
}
