/* =============================================================
   Quickstart Guide / Troubleshooting Widget
   ============================================================= */

/* ── Wrapper ───────────────────────────────────────────────── */
.qs-support-wrapper {
	width: 100%;
	box-sizing: border-box;
}

/* ── Section ───────────────────────────────────────────────── */
.qs-support-section {
	box-sizing: border-box;
}

/* ── Section Heading ───────────────────────────────────────── */
.qs-section-heading {
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 16px;
	line-height: 1.2;
}

/* ── Post Title ────────────────────────────────────────────── */
.qs-post-title {
	font-size: clamp(16px, 1.5vw, 22px);
	font-weight: 600;
	color: #333;
	margin: 0 0 12px;
	line-height: 1.3;
}

/* ── Content ───────────────────────────────────────────────── */
.qs-post-content {
	font-size: 15px;
	line-height: 1.7;
	color: #555;
}

.qs-post-content p {
	margin: 0 0 16px;
}

.qs-post-content p:last-child {
	margin-bottom: 0;
}

.qs-post-content ul,
.qs-post-content ol {
	margin: 0 0 16px;
	padding-left: 20px;
}

.qs-post-content li {
	margin-bottom: 6px;
}

.qs-post-content h1,
.qs-post-content h2,
.qs-post-content h3,
.qs-post-content h4,
.qs-post-content h5 {
	margin: 20px 0 10px;
	color: #222;
	font-weight: 700;
	line-height: 1.3;
}

.qs-post-content h1:first-child,
.qs-post-content h2:first-child,
.qs-post-content h3:first-child,
.qs-post-content h4:first-child,
.qs-post-content h5:first-child {
	margin-top: 0;
}

.qs-post-content a {
	color: #c41020;
	text-decoration: none;
}

.qs-post-content a:hover {
	text-decoration: underline;
}

.qs-post-content img {
	max-width: 100%;
	height: auto;
	display: block;
}

.qs-post-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 16px;
	font-size: 14px;
}

.qs-post-content th,
.qs-post-content td {
	padding: 8px 12px;
	border: 1px solid #e0e0e0;
	text-align: left;
}

.qs-post-content th {
	background: #f4f4f4;
	font-weight: 600;
	color: #222;
}

.qs-post-content blockquote {
	margin: 0 0 16px;
	padding: 12px 16px;
	border-left: 4px solid #c41020;
	background: #fafafa;
	color: #555;
	font-style: italic;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 600px) {
	.qs-section-heading {
		font-size: 20px;
	}

	.qs-post-title {
		font-size: 16px;
	}
}
