
.afp-widget .afp-live-panel{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.afp-widget .afp-submit-row{
  margin-bottom:0 !important;
}
.afp-widget .afp-discount-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 !important;
  padding:14px 16px;
  border-radius:18px;
  background:var(--afp-note-bg, linear-gradient(135deg, rgba(248,242,238,.98) 0%, rgba(255,250,247,.98) 100%));
  border:1px solid rgba(181,108,82,.16);
  box-shadow:0 10px 24px rgba(69,49,42,.06);
}
.afp-widget .afp-discount-note__main{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  flex:1 1 260px;
}
.afp-widget .afp-discount-note__icon{
  flex:0 0 40px;
  width:40px;
  height:40px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:700;
  color:#fff;
  background:linear-gradient(135deg, #b56c52 0%, #c9896e 100%);
  box-shadow:0 8px 18px rgba(181,108,82,.22);
}
.afp-widget .afp-discount-note__content{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}
.afp-widget .afp-discount-note__content strong{
  display:block;
  margin:0;
  font-size:14px;
  line-height:1.25;
  font-weight:700;
  color:var(--afp-note-title-color, #3d302a);
}
.afp-widget .afp-discount-note__content span{
  display:block;
  margin:0;
  font-size:13px;
  line-height:1.45;
  color:var(--afp-note-text-color, #6f5c54);
}
.afp-widget .afp-discount-note__action{
  flex:0 0 auto;
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.afp-widget .afp-discount-note__button.button{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid var(--afp-note-button-border, #e1c8ba) !important;
  background:var(--afp-note-button-bg, #ffffff) !important;
  color:var(--afp-note-button-text, var(--afp-accent, #b56c52)) !important;
  text-decoration:none !important;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  box-shadow:none !important;
}
.afp-widget .afp-discount-note__button.button:hover{
  opacity:.92;
  transform:translateY(-1px);
}
@media (max-width: 767px){
  .afp-widget .afp-discount-note{
    align-items:flex-start;
    flex-wrap:wrap;
    padding:13px 14px;
  }
  .afp-widget .afp-discount-note__main{
    flex-basis:100%;
  }
  .afp-widget .afp-discount-note__action{
    flex-basis:100%;
    margin-left:0;
  }
  .afp-widget .afp-discount-note__button.button{
    width:100%;
  }
  .afp-widget .afp-discount-note__icon{
    flex-basis:36px;
    width:36px;
    height:36px;
    font-size:16px;
  }
}
