.ms-wrapper-6b450e90 {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-top: 4px solid #ba9653;
	padding: 40px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
	font-family: inherit;
}

@media (min-width: 992px) {
	.ms-wrapper-6b450e90 {
		flex-direction: row;
		gap: 60px;
		padding: 60px;
	}
}

.ms-left-6b450e90 {
	flex: 1;
}

.ms-title-6b450e90 {
	font-size: 2.5rem;
	font-family: 'Times New Roman', Times, serif;
	margin: 0 0 10px;
	font-weight: normal;
}

.ms-subtitle-6b450e90 {
	color: #ba9653;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.2rem;
	margin-bottom: 30px;
}

.ms-divider-6b450e90 {
	height: 1px;
	background-color: #e5e5e5;
	margin: 30px 0;
	width: 100%;
}

.ms-desc-6b450e90 h3 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 20px;
}

.ms-desc-6b450e90 p {
	font-size: 1.05rem;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #444;
}

.ms-right-6b450e90 {
	flex: 0 0 100%;
	background-color: #f7f6f2;
	border-left: 4px solid #ba9653;
	padding: 40px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.ms-right-6b450e90 {
		flex: 0 0 450px;
	}
}

.ms-inv-label-6b450e90 {
	font-size: 0.8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ba9653;
	margin-bottom: 15px;
	font-weight: 600;
}

.ms-price-6b450e90 {
	font-size: 4rem;
	font-family: 'Times New Roman', Times, serif;
	line-height: 1;
	margin-bottom: 10px;
}

.ms-price-sub-6b450e90 {
	font-size: 1rem;
	color: #666;
}

.ms-feat-label-6b450e90 {
	font-size: 0.8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 600;
}

.ms-features-6b450e90 {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.ms-features-6b450e90 li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.5;
}

.ms-feature-icon-6b450e90 {
	color: #ba9653;
	margin-right: 15px;
	margin-top: 2px;
	font-size: 1.1rem;
	display: inline-flex;
}
.ms-feature-icon-6b450e90 svg {
	width: 1em;
	height: 1em;
	fill: #ba9653;
}

.ms-action-row-6b450e90 {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.ms-btn-6b450e90 {
	background-color: #111;
	color: #fff;
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 1px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	display: inline-block;
	font-weight: 600;
}

.ms-btn-6b450e90:hover {
	background-color: #333;
	color: #fff;
}

.ms-secondary-link-6b450e90 {
	color: #ba9653;
	text-decoration: none;
	font-size: 0.95rem;
	border-bottom: 1px solid #ba9653;
	padding-bottom: 2px;
	transition: opacity 0.3s ease;
}

.ms-secondary-link-6b450e90:hover {
	opacity: 0.8;
}
