h2 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.wp-caption {
  margin-bottom: 0px !important;
}
.wp-caption img {
  border-radius: 12px !important;
}
.wp-caption-text {
  text-align: center !important;
  margin-bottom: 4px;
  margin-top: 8px;
}

.thanh-gift-product-title .product-wrapper .wd-entities-title {
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.thanh-gift-product-title .wd-product-sku {
  text-transform: uppercase;
}

.thanh-gift-product-title .product-wrapper .wd-product-brands-links {
  font-weight: 700;
}

/* Trang Quà tặng doanh nghiệp và in hộp giấy */
@media screen and (min-width: 1000px) {
  #post-26 .elementor-element {
    padding-left: unset;
    padding-right: unset;
  }
}
@media screen and (max-width: 600px) {
  .wd-negative-gap.e-con {
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .entry-content .wd-negative-gap .elementor-widget-wd_title .title-after_title {
    text-align: justify !important;
  }
  .entry-content p {
    text-align: justify !important;
  }
  h2 {
    font-size: 20px !important;
    color: var(--wd-primary-color) !important;
  }
  h3 {
    font-size: 18px !important;
    color: var(--wd-primary-color) !important;
  }
}

h2,
h3 {
  color: var(--wd-primary-color) !important;
  text-transform: inherit !important;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  margin-block: 20px;
}

.gift-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.gift-table th,
.gift-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  text-transform: inherit;
}

.gift-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.gift-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.gift-table tr:hover {
  background-color: #f1f1f1;
}

.gift-table td {
  font-size: 16px;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
  .gift-table {
    width: 100%;
  }

  .gift-table th,
  .gift-table td {
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .gift-table th,
  .gift-table td {
    font-size: 12px;
    padding: 8px;
  }
}
