/**
 * TT Stardance Frame - Timetable Widget Styles
 *
 * Displays the single global timetable image configured from the plugin Settings page.
 *
 * @package TT_Stardance_Frame
 */

.ttsd-timetable {
	display: flex;
	width: 100%;
}

.ttsd-timetable__image {
	display: block;
	width: 100%;
	line-height: 0;
}

.ttsd-timetable__image img,
.ttsd-timetable__img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

.ttsd-timetable--empty {
	padding: 24px;
	border: 1px dashed #bbb;
	color: #777;
	font-style: italic;
	text-align: center;
	justify-content: center;
}
