.elementor-2536 .elementor-element.elementor-element-dea4a57{text-align:center;}.elementor-2536 .elementor-element.elementor-element-dea4a57 .elementor-heading-title{color:#0077B6;font-size:28px;font-weight:700;text-transform:uppercase;letter-spacing:1px;}.elementor-2536 .elementor-element.elementor-element-dea4a57 > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-2536 .elementor-element.elementor-element-5daaa5b{margin-top:0px;margin-bottom:0px;}.elementor-2536 .elementor-element.elementor-element-5b6c1f7 > .elementor-widget-container{margin:10px 0px -80px 0px;}.elementor-2536 .elementor-element.elementor-element-d2d5b93{text-align:left;width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}/* Start custom CSS for text-editor, class: .elementor-element-d2d5b93 */* {
  box-sizing: border-box;
}
.price-note{
  display:block;
  text-align: left;
}

.price-table {
  color: #222;
  background-color: #fff;
  margin: 0;
  padding: 20px;
  line-height: 1.5;
}

/* Tiêu đề */
.price-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #0077b6;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Bảng chính */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}

/* Ô bảng */
.price-table th,
.price-table td {
  padding: 12px 16px;
  border:none;
  transition: all 0.25s ease;
   border-collapse: collapse;
}
.price-table th{
    border: 1px solid #e8e8e8;
}

/* Header chính */
.section-title{
  text-align: left;
    font-size: 16px;
    background-color: #0077b6;
    color:white
}
.section-price{
   text-align: center;
    font-size: 16px;
    background-color: #0077b6;
    color:white
}
.service-price{
   width: 40%;
}
/* Header phụ như “BẢNG GIÁ IMPLANT”, “CHỈNH NHA”… */
.price-table tr th[colspan="2"]:not(:first-child) {
  background-color: #023e8a;
}

/* Cách dòng màu nền */
.price-table tr:nth-child(odd) td {
  background-color: #f8f9fa; /* xám rất nhạt */
}

.price-table tr:nth-child(even) td {
  background-color: #ffffff; /* trắng */
}

/* Hover — tô sáng từng ô riêng biệt */
.price-table tr:hover td {
  background-color: #e6f7ff;
}

/* Tên dịch vụ */
.price-table td:first-child {
  font-weight: 500;
  color: #333;
}

/* Giá tiền */
.price-table td:last-child {
  text-align: center;
  color: #0096c7;
  font-weight: 600;
}

/* Ghi chú */
.price-table em {
  font-style: italic;
  color: #666;
  display: block;
}
.price-subtitle{
  font-size: 25px;
}/* End custom CSS */