/**
 * Weekly Schedule Block - Editor Styles
 *
 * @package FairEvents
 */

.weekly-schedule-placeholder {
	padding: 2rem;
	background: #f9f9f9;
	border: 2px dashed #ddd;
	border-radius: 8px;
	text-align: center;

	.placeholder-icon {
		font-size: 3rem;
		margin-bottom: 0.5rem;
	}

	h3 {
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		color: #1e1e1e;
		font-size: 1.25rem;
	}

	p {
		margin: 0.25rem 0;
		color: #757575;
		font-size: 0.875rem;

		em {
			color: #2271b1;
		}
	}
}
