
.rrbcr-wrap{
  --rrb-yellow:#f4b321;
  --rrb-black:#151515;
  --rrb-cream:#fff8e7;
  --rrb-brown:#704019;
  width:100%;
  max-width:760px;
  margin:7px auto;
  font-family:inherit;
}
.rrbcr-inner{
  position:relative;
  background:var(--rrb-cream);
  border:1px solid rgba(21,21,21,.09);
  border-radius:16px;
  padding:9px 16px 8px;
  box-shadow:0 2px 12px rgba(0,0,0,.04);
}
.rrbcr-icons{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:39px;
  white-space:nowrap;
}
.rrbcr-cookie{
  width:27px;height:27px;border-radius:50%;
  position:relative;display:inline-block;
  box-sizing:border-box;
  background:#eee7d8;border:2px solid #cfc6b5;
  opacity:.42;transform:rotate(-8deg);
}
.rrbcr-cookie.filled{
  background:linear-gradient(135deg,#ffc63a,#e89b10);
  border-color:#2b2015;opacity:1;
  box-shadow:inset -2px -2px 0 rgba(122,71,16,.16);
}
.rrbcr-cookie.gift{width:38px;height:38px;transform:rotate(7deg);margin-left:2px}
.rrbcr-cookie i,.rrbcr-cookie b,.rrbcr-cookie em,.rrbcr-cookie u{
  position:absolute;width:5px;height:5px;border-radius:50%;
  background:var(--rrb-brown);content:"";display:block;text-decoration:none;
}
.rrbcr-cookie i{left:5px;top:5px}
.rrbcr-cookie b{right:5px;top:7px}
.rrbcr-cookie em{left:10px;bottom:4px}
.rrbcr-cookie u{right:8px;bottom:9px}
.rrbcr-arrow{font-weight:900;font-size:17px;margin:0 1px}
.rrbcr-offert{
  font-weight:900;font-size:10px;background:var(--rrb-yellow);color:var(--rrb-black);
  padding:3px 6px;border-radius:999px;margin-left:-12px;margin-top:31px;z-index:2;
}
.rrbcr-track{
  height:7px;border-radius:999px;background:#eadfc4;overflow:hidden;margin:5px 0 5px;
}
.rrbcr-track span{
  display:block;height:100%;background:var(--rrb-yellow);border-radius:999px;transition:width .25s ease;
}
.rrbcr-message{text-align:center;font-size:13px;font-weight:800;line-height:1.25;color:var(--rrb-black)}
.ast-builder-layout-element .rrbcr-wrap{width:min(700px,54vw);margin:0}
.ast-builder-layout-element .rrbcr-inner{padding:7px 12px 6px}
.ast-builder-layout-element .rrbcr-message{font-size:11px}
.ast-builder-layout-element .rrbcr-cookie{width:22px;height:22px}
.ast-builder-layout-element .rrbcr-cookie.gift{width:31px;height:31px}
@media(max-width:921px){
  .rrbcr-wrap,.ast-builder-layout-element .rrbcr-wrap{width:100%;max-width:100%;margin:4px auto}
  .rrbcr-inner{padding:6px 8px;border-radius:12px}
  .rrbcr-icons{gap:4px;min-height:30px}
  .rrbcr-cookie{width:19px;height:19px;border-width:1.5px}
  .rrbcr-cookie.gift{width:28px;height:28px}
  .rrbcr-cookie i,.rrbcr-cookie b,.rrbcr-cookie em,.rrbcr-cookie u{width:3px;height:3px}
  .rrbcr-message{font-size:10px}
  .rrbcr-offert{font-size:8px;padding:2px 4px;margin-left:-10px;margin-top:24px}
  .rrbcr-track{height:5px}
}
