.shell-detail {
	padding-top: 0;
	padding-bottom: 0;
}

.shell-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	color: var(--text-muted, #6b7280);
}

.shell-breadcrumb a {
	color: var(--text-muted, #6b7280);
	text-decoration: none;
}

.shell-breadcrumb a:hover {
	color: var(--brand-primary, #28a745);
}

.shell-breadcrumb-sep {
	opacity: 0.6;
}

.shell-breadcrumb-current {
	color: var(--text-primary, #111827);
	font-weight: 500;
}

.shell-breadcrumb a.shell-breadcrumb-current {
	color: var(--text-primary, #111827);
	font-weight: 500;
}

.shell-breadcrumb a.shell-breadcrumb-current:hover {
	color: var(--brand-primary, #28a745);
}

.shell-detail-main {
	background: var(--bg-card, #fff);
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.shell-detail-hero {
	position: relative;
	background: #111827;
}

.shell-detail-hero img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
}

.shell-detail-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	background: #f5c518;
	color: #5c4a00;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 12px;
	border-radius: 999px;
}

.shell-detail-badge i {
	margin-right: 4px;
}

.shell-detail-content {
	padding: 24px;
}

.shell-detail-title {
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 700;
	color: var(--text-primary, #111827);
	line-height: 1.25;
}

.shell-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-color, #e5e7eb);
	font-size: 14px;
	color: var(--text-muted, #6b7280);
}

.shell-detail-meta span i {
	margin-right: 6px;
	color: #9ca3af;
}

.shell-detail-description {
	font-size: 15px;
	line-height: 1.75;
	color: var(--text-primary, #374151);
}

.shell-detail-sidebar {
	position: sticky;
	top: 20px;
}

.shell-sidebar-card,
.shell-disclaimer-card {
	background: var(--bg-card, #fff);
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
	padding: 20px;
	margin-bottom: 20px;
}

.shell-sidebar-card h3,
.shell-disclaimer-card h4 {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	color: var(--text-primary, #111827);
}

.shell-sidebar-card h3 i,
.shell-disclaimer-card h4 i {
	margin-right: 8px;
}

.shell-download-btn {
	display: block;
	width: 100%;
	background: var(--brand-primary, #28a745);
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 20px;
	border-radius: 8px;
	text-decoration: none !important;
	margin-bottom: 20px;
	transition: background 0.2s ease;
}

.shell-download-btn:hover {
	background: var(--brand-primary-dark, #136225);
	color: #fff !important;
}

.shell-download-btn i {
	margin-right: 8px;
}

.shell-stats {
	margin: 0;
}

.shell-stats-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid var(--border-color, #e5e7eb);
	font-size: 14px;
}

.shell-stats-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.shell-stats-row dt {
	margin: 0;
	font-weight: 500;
	color: var(--text-muted, #6b7280);
}

.shell-stats-row dd {
	margin: 0;
	font-weight: 600;
	color: var(--text-primary, #111827);
}

.shell-disclaimer-card {
	border: 1px solid #f5c518;
	background: rgba(245, 197, 24, 0.08);
}

.shell-disclaimer-card h4 {
	color: #ca8a04;
}

.shell-disclaimer-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: var(--text-primary, #374151);
}

[data-theme="dark"] .shell-breadcrumb a:hover {
	color: #7dd87d;
}

[data-theme="dark"] .shell-download-btn {
	background: #5cb85c;
}

[data-theme="dark"] .shell-download-btn:hover {
	background: #1e7e34;
}

[data-theme="dark"] .shell-detail-main,
[data-theme="dark"] .shell-sidebar-card {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .shell-disclaimer-card {
	background: rgba(245, 197, 24, 0.12);
	border-color: #ca8a04;
}

[data-theme="dark"] .shell-disclaimer-card h4 {
	color: #facc15;
}

.shell-related {
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid var(--border-color, #e5e7eb);
}

.shell-related-title {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 700;
	color: var(--text-primary, #111827);
}

.shell-related-title i {
	margin-right: 10px;
	color: #f97316;
}

@media (max-width: 991.98px) {
	.shell-detail-sidebar {
		position: static;
		margin-top: 24px;
	}

	.shell-detail-hero img {
		height: 220px;
	}

	.shell-detail-title {
		font-size: 24px;
	}
}
