
.anoos-lp-box{
  margin: 10px 0 14px;
  padding: 10px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.anoos-lp-box strong{ font-weight: 700; }
.anoos-lp-small{ display:inline-block; opacity:.8; margin-right:6px; font-size:12px; }
.anoos-lp-muted{ opacity:.75; }

.anoos-lp-account{ direction: rtl; }
.anoos-lp-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin: 12px 0 18px;
}
.anoos-lp-card{
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
}
.anoos-lp-title{ font-size: 13px; opacity: .8; margin-bottom: 4px; }
.anoos-lp-value{ font-size: 26px; font-weight: 800; }
.anoos-lp-table-wrap{ overflow:auto; }
.anoos-lp-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}
.anoos-lp-table th, .anoos-lp-table td{
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
}
.anoos-lp-table th{ font-weight: 700; background: #fafafa; }


.anoos-lp-redeem{ margin-bottom: 14px; }
.anoos-lp-redeem-row{
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:10px;
  flex-wrap:wrap;
}
.anoos-lp-input{
  width:180px;
  max-width:100%;
  padding:8px 10px;
  border:1px solid #ddd;
  border-radius:10px;
}
.anoos-lp-redeem-quick{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  flex-wrap:wrap;
}
.button-small{
  padding: 4px 10px !important;
  border-radius: 10px !important;
}


/* After-total discount lines */
tr.anoos-lp-coupon-after-total th,
tr.anoos-lp-loyalty-after-total th{
  font-weight: 600;
}
