#elementor-popup-modal-7484448 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-7484448{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-7484448 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-7484448 .dialog-close-button{display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-000f2c6 *//* Mobile: stack rows with clean labels */
@media (max-width: 768px) {
  .wc-prev-purchases-table {
    width: 100%;
  }

  .wc-prev-purchases-table thead {
    display: none; /* hide header on small screens */
  }

  .wc-prev-purchases-table tbody tr {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .wc-prev-purchases-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border: none; /* remove inner borders */
  }

  /* Use our own label text (no colon) */
  .wc-prev-purchases-table tbody td::before {
    content: attr(data-title);
    font-weight: 600;
    color: #7a7a7a;
  }

  /* Keep your order number pill looking good */
  .wc-order-number {
    background: #6d5e40;  /* match your price badge */
    color: #fff;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1.2;
  }

  /* Action button alignment */
  .wc-prev-purchases-table td[data-title="Actions"] {
    justify-content: flex-end;
  }
}/* End custom CSS */