.elementor-1610 .elementor-element.elementor-element-26e7774{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a71c90c *//* ==== Bảng Giá Hosting Style (đồng bộ mẫu cũ) ==== */
.table-container { margin: 20px 0; overflow-x: auto; }

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Roboto", Arial, sans-serif;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Header xanh, chữ trắng */
.price-table thead th {
  background: #007bff;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  font-size: 14px;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.price-table thead th:last-child { border-right: none; }

/* Body */
.price-table td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  vertical-align: top;
}
.price-table tbody tr:nth-child(even) { background: #f9f9f9; }
.price-table td.text-left { text-align: left; }

/* Giá màu đỏ nổi bật */
.price-table td.price { color: #d9534f; font-weight: 800; }
.price-table td.price.big { font-size: 18px; }

/* Nút Đăng ký xanh lá */
.price-table .btn {
  display: inline-block;
  padding: 8px 16px;
  background: #28a745;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.25s;
}
.price-table .btn:hover { background: #218838; }

/* Danh sách thông số (giống thẻ mẫu) */
.specs {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 8px;
  color: #374151;
  line-height: 1.45;
}
.specs li { position: relative; padding-left: 22px; }
/* chấm cam cho thông số chính */
.specs li::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: #f59e0b;
  position: absolute; left: 0; top: 8px;
}
/* quà tặng */
.specs li.gift::before {
  content: "🎁";
  background: transparent; width: auto; height: auto;
  left: 0; top: -1px; font-size: 16px;
}
/* tick xanh cho lợi ích */
.specs li.ok::before {
  content: "✓";
  background: transparent; color: #22c55e; font-weight: 800;
  left: 0; top: -1px; font-size: 16px;
}/* End custom CSS */