.fc-brw-guest-surcharge{
  display:none;
  margin:18px 0;
  padding:18px 20px;
  border:1px solid #eadfce;
  border-radius:16px;
  background:linear-gradient(135deg,#fffaf3 0%,#ffffff 100%);
  box-shadow:0 10px 30px rgba(34,24,12,.08);
  position:relative;
  overflow:hidden;
}
.fc-brw-guest-surcharge:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:#b78345;
}
.fc-brw-guest-surcharge.is-active{display:block}
.fc-brw-guest-surcharge__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.fc-brw-guest-surcharge__tag{
  font-size:15px;
  line-height:1.3;
  font-weight:700;
  color:#2c2117;
  letter-spacing:.01em;
}
.fc-brw-guest-surcharge__price{
  flex:0 0 auto;
  padding:8px 13px;
  border-radius:999px;
  background:#2c2117;
  color:#fff;
  font-size:15px;
  font-weight:700;
  white-space:nowrap;
}
.fc-brw-guest-surcharge__note{
  margin-top:9px;
  font-size:13px;
  line-height:1.55;
  color:#6f6254;
}
.fc-brw-guest-error{
  margin:0 0 12px;
  padding:13px 15px;
  border:1px solid #d7a7a7;
  border-radius:12px;
  background:#fff7f7;
  color:#8a1f1f;
  font-size:14px;
  line-height:1.45;
  font-weight:600;
  box-shadow:0 6px 18px rgba(138,31,31,.08);
}
@media(max-width:600px){
  .fc-brw-guest-surcharge{padding:16px 16px 16px 18px;border-radius:14px}
  .fc-brw-guest-surcharge__top{align-items:flex-start;flex-direction:column;gap:10px}
  .fc-brw-guest-surcharge__price{align-self:flex-start}
}
