/* Thin & Simple (Flat) style for Single Workshop */
:root {
	--bg: #ffffff;
	--muted: #f7f7f8;
	--line: #e6e7eb;
	--text: #0f172a;
	--text-muted: #64748b;
	--accent: #2563eb; /* blue */
	--accent-weak: #eaf1ff;
	--radius: 4px;
}

/* Base */
.single-workshop-wrapper {
	background: var(--bg);
	color: var(--text);
}
.single-workshop-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 24px 16px;
}

.workshop-hero-section {
	padding: 18px 0 12px;
	border-bottom: 1px solid var(--line);
	background: var(--bg);
}
.workshop-hero-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.workshop-breadcrumb {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: var(--text-muted);
}
.breadcrumb-separator {
	opacity: 0.6;
}

.workshop-hero-title {
	font-size: 28px;
	line-height: 1.25;
	font-weight: 500;
	margin: 0;
	letter-spacing: 0.2px;
}

.workshop-hero-meta {
	margin-top: 4px;
}
.workshop-date-time {
	display: flex;
	gap: 14px;
	align-items: center;
	color: var(--text-muted);
	font-size: 13px;
}
.date-time-item {
	display: flex;
	gap: 8px;
	align-items: center;
}
.date-icon,
.time-icon {
	color: var(--text-muted);
}

/* Featured image minimal */
.workshop-featured-section {
	margin: 18px 0 12px;
}
.workshop-image-container {
	position: relative;
}
.workshop-featured-image {
	width: 100%;
	height: auto;
	border: 1px solid var(--line);
	border-radius: var(--radius);
}
.image-overlay {
	display: none;
}

/* Layout */
.workshop-content-section {
	padding: 8px 0 0;
}
.workshop-content-grid {
	display: grid;
	grid-template-columns: 1.8fr 0.9fr;
	gap: 20px;
}

/* Cards (flat) */
.workshop-description-card,
.workshop-resources-card,
.workshop-register-card,
.workshop-info-card,
.workshop-share-card,
.related-workshop-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.card-header {
	padding: 10px !important;
}
.section-title,
.info-title,
.share-title {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	line-height: 1.35;
}
.title-underline {
	height: 1px;
	background: var(--line);
	margin: 12px 0 0;
}
.card-content {
	padding: 14px;
}

/* Content area */
.workshop-content :where(p, ul, ol) {
	color: var(--text);
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 12px;
}
.workshop-content h2,
.workshop-content h3,
.workshop-content h4 {
	margin: 16px 0 8px;
	font-weight: 500;
}
.workshop-content a {
	color: var(--accent);
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Resources */
.resource-item {
	display: block;
}
.resource-download-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: var(--text);
	text-decoration: none;
	background: var(--bg);
}
.resource-download-btn:hover {
	border-color: var(--accent);
	background: var(--accent-weak);
}
.resource-icon svg {
	color: var(--text-muted);
}
.resource-content {
	display: flex;
	flex-direction: column;
}
.resource-title {
	font-size: 14px;
	font-weight: 500;
}
.resource-subtitle {
	font-size: 12px;
	color: var(--text-muted);
}
.resource-arrow svg {
	color: var(--text-muted);
}

/* Sidebar */
.register-header {
	margin-bottom: 10px;
}
.register-title {
	margin: 0 0 4px;
	font-size: 17px;
	font-weight: 500;
}
.register-subtitle {
	margin: 0;
	color: var(--text-muted);
	font-size: 13px;
}

.register-button-container {
	margin-top: 8px;
}
.workshop-register-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	padding: 10px 14px;
	border: 1px solid var(--accent);
	color: var(--accent);
	background: transparent;
	border-radius: var(--radius);
	text-decoration: none;
	font-weight: 500;
}
.workshop-register-btn:hover {
	background: var(--accent);
	color: #fff;
}
.btn-icon {
	color: currentColor;
}

/* Info list */
.info-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.info-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.info-label {
	display: block;
	font-size: 12px;
	color: var(--text-muted);
}
.info-value {
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.info-icon svg {
	color: var(--text-muted);
}

/* Share */
.share-buttons {
	display: flex;
	gap: 8px;
}
.share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--line);
	border-radius: 6px;
	color: var(--text-muted);
	background: #fff;
	text-decoration: none;
}
.share-btn:hover {
	border-color: var(--accent);
	color: var(--accent);
	background: var(--accent-weak);
}
/* Force inline SVG to inherit color and be visible */
.share-btn svg{width:18px; height:18px; color:currentColor; display:block}
.share-btn svg *,
.share-btn svg path,
.share-btn svg g,
.share-btn svg rect,
.share-btn svg circle,
.share-btn svg polygon,
.share-btn svg line,
.share-btn svg polyline{fill:currentColor !important}
/* Ensure stroke-only icons are visible too */
.share-btn svg [stroke]{stroke:currentColor !important}

/* Related */
.related-workshops-section {
	margin: 22px 0 0;
}
.section-header {
	margin-bottom: 12px;
	text-align: left;
}
.section-subtitle {
	margin: 6px 0 0;
	font-size: 13px;
	color: var(--text-muted);
}
.related-workshops-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.related-workshop-card {
	transition: background 0.15s ease, border-color 0.15s ease;
}
.related-workshop-card:hover {
	border-color: var(--accent);
}
.workshop-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}
.workshop-card-image {
	position: relative;
}
.workshop-card-image .image-overlay {
	display: none;
}
.card-thumbnail {
	width: 100%;
	height: auto;
	border-bottom: 1px solid var(--line);
	border-top-left-radius: var(--radius);
	border-top-right-radius: var(--radius);
}
.workshop-card-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 12px;
}
.workshop-card-title {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}
.workshop-card-date {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--text-muted);
	font-size: 12px;
}
.workshop-card-arrow svg {
	color: var(--text-muted);
}

/* Utilities */
svg {
	display: block;
}

/* Responsive */
@media (max-width: 1024px) {
	.workshop-content-grid {
		grid-template-columns: 1fr;
	}
	.workshop-sidebar {
		order: 2;
	}
}
@media (max-width: 640px) {
	.single-workshop-container {
		padding: 18px 14px;
	}
	.workshop-hero-title {
		font-size: 24px;
	}
	.related-workshops-grid {
		grid-template-columns: 1fr;
	}
}
