.elementor-1604 .elementor-element.elementor-element-a8ed656{--display:flex;}/* Start custom CSS for html, class: .elementor-element-aa9d21f *//* ==== Bảng Giá Hosting NVMe ==== */
.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 */
.price-table thead th {
  background: #007bff; /* xanh dương header */
  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;
}

.price-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

/* Giá màu đỏ nổi bật */
.price-table td.price {
  color: #d9534f;
  font-weight: bold;
}

/* Nút Đăng ký */
.price-table .btn {
  display: inline-block;
  padding: 6px 14px;
  background: #28a745; /* xanh lá nút */
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.price-table .btn:hover {
  background: #218838;
}/* End custom CSS */