/* 2.3.68 — Vị trí voucher checkout, thứ tự profile và link định vị shop. */

/* Khung voucher nay nằm trong khu order review, ngay trên khối Dùng MOON. */
body.woocommerce-checkout .moon-voucher-wallet,
body.woocommerce-checkout [data-moon-voucher-wallet] {
  width:100% !important;
  max-width:none !important;
  margin:0 0 14px !important;
}

/* Giữ hai thẻ Voucher và Khách hàng thân thiết sát nhau, đúng thứ tự mới. */
body.woocommerce-account .moon-account-voucher-shortcut + .moon-account-loyalty {
  margin-top:0 !important;
}

/* Link định vị chính xác dưới bản đồ hỗ trợ. */
.moon-contact-map__exact-link {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin-top:10px;
  padding:10px 14px;
  border:1px solid #efc9b2;
  border-radius:12px;
  color:#a85c34;
  background:#fff8f2;
  font-size:12px;
  font-weight:800;
  text-align:center;
  text-decoration:none !important;
}

.moon-contact-map__exact-link:hover {
  color:#8e4722;
  border-color:#e7a980;
  background:#fff1e7;
}

@media (max-width:782px) {
  body.woocommerce-checkout .moon-voucher-wallet,
  body.woocommerce-checkout [data-moon-voucher-wallet] {
    width:100% !important;
    margin:0 0 10px !important;
  }

  .moon-contact-map__exact-link {
    min-height:42px;
    margin:8px 10px 0;
    border-radius:10px;
    font-size:11px;
  }
}
