#gift4u-myaccount-coupon-table {
  overflow: auto;
  margin-bottom: 1em;
}

table#gift4u-coupon-manage-list {
  font-size: 0.85em;
}
table#gift4u-coupon-manage-list .gift4u-send-giftcard-btn {
  text-transform: none;
  white-space: nowrap;
  margin: 0;
  padding: 5px 8px;
  line-height: 1.5;
  min-height: unset;
  border-radius: 4px;
}
table#gift4u-coupon-manage-list thead th {
  padding: 0.85em;
}
table#gift4u-coupon-manage-list tbody td {
  padding: 0.85em;
}

nav.gift4u-pagination ul {
  margin: 0;
}
nav.gift4u-pagination ul li {
  display: inline-block;
  margin: 0 0.05em;
}
nav.gift4u-pagination ul li span.current {
  background-color: #eee;
}
nav.gift4u-pagination ul li a, nav.gift4u-pagination ul li span.current {
  text-decoration: none !important;
  display: block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2.25em;
  padding: 0 7px;
  vertical-align: top;
  border: 1px solid #eee;
}

.gift4u-users-row {
  display: flex;
  gap: 10px;
}
.gift4u-users-row input {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  table#gift4u-coupon-manage-list thead {
    display: none;
  }
  table#gift4u-coupon-manage-list td {
    display: block;
    text-align: right;
  }
  table#gift4u-coupon-manage-list td .gift4u-users-row {
    display: block;
  }
  table#gift4u-coupon-manage-list td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
  table#gift4u-coupon-manage-list td::after {
    clear: both;
    content: "";
    display: table;
  }
}

/*# sourceMappingURL=my-account.css.map */
