.container {
	max-width: 83rem;
	margin: 40px auto;
	display: flex;
	gap: 30px;
    padding: 16px 134px;
}

h1 {
	font-size: 2.2rem !important;
}

.left {
	flex: 3;
}

.right {
	flex: 1.2;
	position: sticky;
	top: 20px;
	height: fit-content;
}

.card {
	background: #fff;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 0px 4px rgba(10, 0, 0, 0.1);
}

h2 {
	font-size: 22px;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px;
}

.text-center {
	text-align: center;
}

.highlight {
	background: #f5ead6;
	padding: 18px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6;
}

.tags {
	margin-top: 12px;
}

.tag {
	display: inline-block;
	background: #eee;
	padding: 6px 12px;
	border-radius: 20px;
	margin-right: 6px;
	font-size: 12px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

th,
td {
	padding: 14px;
	font-size: 14px;
}

tr {
	border-bottom: 1px solid #eee;
}

th {
	background: #fafafa;
	text-align: left;
	font-weight: 600;
}

.product {
	display: flex;
	align-items: center;
	gap: 12px;
}

img {
	max-width: 100%;
	height: auto;
}

.product img {
	width: 55px;
	border-radius: 6px;
}

.price {
	font-weight: 600;
}

.badge {
	background: #f4f4f4;
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 12px;
}

.section {
	margin-top: 30px;
}

.feature {
	display: flex;
	gap: 12px;
	margin-bottom: 18px;
}

.feature-icon {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #ffe7a3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.feature b {
	display: block;
	margin-bottom: 4px;
}

.sidebar-card {
	margin-bottom: 20px;
}

.profile {
	display: flex;
	gap: 12px;
	align-items: center;
}

.profile img {
	width: 55px;
	border-radius: 50%;
}

.profile-name {
	font-weight: 600;
}

.profileDiv {
	border: 1px solid #CCC;
	padding: 6px;
	border-radius: 8px;
}

.small {
	font-size: 12px;
	color: #777;
}

ul {
	padding-left: 18px;
}

li {
	margin-bottom: 8px;
	font-size: 14px;
}

.question {
	padding: 14px;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-bottom: 10px;
	background: #fafafa;
}

.rating {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.buttonVOS {
	background: #111;
	color: #fff;
	padding: 10px 22px;
	border-radius: 6px;
	font-size: 14px;
}