.search-header {
  margin-bottom: 30px;
  text-align: center;
}
.section-title {
  font-size: 1.8em;
  margin: 0 0 20px;
  color: #333;
  padding-bottom: 10px;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.archive-grid .item_post a {
  flex-direction: column;
  align-items: center;
}
.archive-grid .item_post_img {
  width: 100%;
}

.pagination {
  margin: 30px 0;
  text-align: center;
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
  font-family: Arial, sans-serif;
}

.nav-links a,
.nav-links span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  transition: all 0.2s ease;
}

/* Hover */
.nav-links a:hover {
  background: #1e73be;
  color: #fff;
  border-color: #1e73be;
}

/* Trang hiện tại */
.nav-links .current {
  background: #1e73be;
  color: #fff;
  border-color: #1e73be;
  font-weight: 600;
}

/* Prev - Next */
.nav-links .prev,
.nav-links .next {
  width: auto;
  padding: 0 16px;
  border-radius: 30px;
  font-weight: 500;
}
.woocommerce-Price-amount.amount,
.woocommerce-price-contact,
.price-contact {
    color: #e74c3c !important;       /* Màu đỏ nổi bật */
    font-weight: bold;
    font-size: 1.2em;
}
@media (max-width: 768px) {
  .products-grid,
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================= */
/* THANK YOU PAGE */
/* ============================= */
body.thank-you-page .inner-container{
    max-width: 900px !important;
    margin: auto;
}
/* LEFT CONTENT */
.woocommerce-order-details,
.woocommerce-customer-details {
  width: 100%;
}

.woocommerce-order-overview {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 25px;
  border-radius: 4px;
  background: #fff;
}

.woocommerce ul.order_details li {
  float: unset !important;
  border-right: none !important;
  padding: 10px 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  border: none !important;
}
/* SUCCESS MESSAGE */
.woocommerce-thankyou-order-received {
  font-size: 18px;
  font-weight: 600;
  color: #4a7c2f;
  margin-bottom: 15px;
}

/* ORDER INFO BOX */
.woocommerce-order-overview li {
  list-style: none;
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}

.woocommerce-order-overview li strong {
  float: right;
  font-weight: 600;
  color: #000;
}

/* BANK INFO */
.bank-info,
.woocommerce-bacs-bank-details {
  margin-top: 20px;
}

.woocommerce-bacs-bank-details h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.woocommerce-bacs-bank-details ul {
  padding-left: 0;
}

.woocommerce-bacs-bank-details li {
  list-style: none;
  padding: 6px 0;
  font-size: 14px;
}

/* ORDER TABLE */
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.woocommerce-table--order-details th {
  font-weight: 600;
}

/* TOTAL ROW */
.woocommerce-table--order-details tfoot td {
  font-weight: bold;
  color: #000;
}

/* BILLING ADDRESS */
.woocommerce-customer-details h2 {
  font-size: 20px;
  margin-top: 30px;
}

.woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.8;
}

/* BREADCRUMB */
.cart-breadcrumb {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  color: #aaa;
}

.cart-breadcrumb span {
  margin: 0 5px;
}

.cart-breadcrumb .active {
  color: #000;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .woocommerce-order {
    flex-direction: column;
  }

  .woocommerce-order-details,
  .woocommerce-order-overview {
    width: 100%;
  }
}
