.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-c34d0dc */.price-section {
  margin-bottom: 30px;
}

.section-title {
  font-size: 22px;
  font-weight: bold;
  color: #e4002b;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-description {
  font-style: italic;
  color: #777;
  margin-bottom: 20px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.price-table thead {
  background-color: #f2f2f2;
  font-weight: bold;
}

.price-table th,
.price-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.price-table td.price {
  font-weight: bold;
  color: #28a745;
}

.price-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* CSS cho danh sách tùy chọn */
.optional-list {
  list-style: none;
  padding: 0;
}

.optional-list li {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.optional-list li strong {
  font-weight: bold;
  color: #333;
}

.optional-list li .price {
  font-weight: bold;
  color: #28a745;
}/* End custom CSS */