/**
 * JSDW VR Onboarding Engine — Frontend styles.
 */

.jsdw-or-widget {
	width: 100%;
	margin: 1em 0;
}

.jsdw-or-all-calendars__item {
	margin-bottom: 2em;
}

.jsdw-or-all-calendars__title {
	margin-bottom: 0.5em;
}

.jsdw-vr-property-cards {
	display: grid;
	gap: 24px;
}

.jsdw-vr-property-cards--grid {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.jsdw-vr-property-card {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.jsdw-vr-property-card__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.jsdw-vr-property-card__body {
	padding: 16px;
}

.jsdw-vr-property-card__title {
	margin: 0 0 8px;
	font-size: 1.25rem;
}

.jsdw-vr-property-card__title a {
	text-decoration: none;
	color: inherit;
}

.jsdw-vr-property-card__stats {
	list-style: none;
	padding: 0;
	margin: 0 0 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 0.875rem;
}

.jsdw-vr-property-nav-links,
.jsdw-property-nav-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.jsdw-vr-setup-status {
	padding: 12px;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	font-size: 0.875rem;
}
