/*
 * Bundle description v1 — extracted from bundle.css (same rules, unchanged look).
 * Title (.bundle-section-title) stays in bundle.css — shared with bundle_details.
 */

.bundle-description-section {
	background: linear-gradient(145deg, #ffffff, #f8f9fa);
	padding: 40px;
	border-radius: 25px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
}

.bundle-description-content {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
}

.bundle-description-content p {
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.bundle-description-section {
		padding: 25px;
	}
}
