.elementor-131144 .elementor-element.elementor-element-46ed6234{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6c51687c *//* Tiêu đề chính */
h2, h3 {
  color: #FFD700;
  margin-top: 30px;
  border-left: 4px solid #FFD700;
  padding-left: 12px;
}

/* Danh sách lợi ích */

/* Bảng giá thu mua */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 1em;
  background-color: #1c1c1c;
  color: #f5f5f5;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.1);
}

table th, table td {
  border: 1px solid #333;
  padding: 14px 12px;
  text-align: center;
}

table th {
  background-color: #FFD700;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
}

table tr:nth-child(even) {
  background-color: #2a2a2a;
}

/* Gạch ngang phân cách */
hr {
  border: none;
  height: 2px;
  background-color: #FFD700;
  margin: 40px 0;
}

/* In đậm tên thương hiệu */
strong {
  color: #FFD700;
}

/* Nút hoặc vùng CTA nếu cần */
.button {
  background-color: #FFD700;
  color: #111;
  padding: 12px 20px;
  border: none;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s;
}

.button:hover {
  background-color: #e6c200;
}/* End custom CSS */