[data-kkl-smart-promo-root][hidden],[data-kkl-smart-promo-modal][hidden]{display:none!important}
.kkl-smart-promo{
  position:fixed;left:50%;top:18px;transform:translateX(-50%);
  width:min(calc(100% - 24px),720px);z-index:99999
}
.admin-bar .kkl-smart-promo{top:50px}
.kkl-smart-promo__inner{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:#07153b;color:#fff;border-radius:22px;padding:14px 14px 14px 16px;
  box-shadow:0 14px 34px rgba(0,0,0,.22)
}
.kkl-smart-promo__text{font-size:14px;line-height:1.55;font-weight:600;flex:1}
.kkl-smart-promo__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.kkl-smart-promo__button{
  border:0;border-radius:999px;padding:12px 18px;font-size:14px;font-weight:700;
  background:#fff;color:#111827;cursor:pointer;white-space:nowrap
}
.kkl-smart-promo__dismiss{
  width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.12);
  color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;
  padding:0;line-height:1;flex:0 0 42px
}
.kkl-smart-promo__dismiss span{
  display:block;font-size:28px;line-height:1;transform:translateY(-1px)
}
.kkl-smart-promo-modal{position:fixed;inset:0;z-index:100000}
.kkl-smart-promo-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.kkl-smart-promo-modal__card{
  position:absolute;left:50%;bottom:0;transform:translateX(-50%);
  width:min(100%,520px);background:#fff;border-radius:24px 24px 0 0;
  padding:22px 20px 24px;box-shadow:0 -10px 30px rgba(0,0,0,.18)
}
.kkl-smart-promo-modal__close{
  position:absolute;top:14px;right:14px;width:40px;height:40px;border:0;border-radius:999px;
  background:#f3f4f6;font-size:28px;line-height:1;cursor:pointer
}
.kkl-smart-promo-modal__content h3{margin:0 0 10px;font-size:28px;line-height:1.1}
.kkl-smart-promo-modal__content p{margin:0 0 14px;font-size:16px;line-height:1.6}
.kkl-smart-promo-modal__content ol{margin:0 0 14px 22px;padding:0}
.kkl-smart-promo-modal__content li{margin:0 0 10px;font-size:16px;line-height:1.6}
.kkl-smart-promo-modal__content a.kkl-smart-promo-modal__link{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 18px;border-radius:999px;background:#111827;color:#fff;
  text-decoration:none;font-weight:700
}
@media (max-width:782px){
  .kkl-smart-promo{top:12px;width:calc(100% - 16px)}
  .admin-bar .kkl-smart-promo{top:58px}
  .kkl-smart-promo__inner{align-items:flex-start;flex-direction:column;padding:14px}
  .kkl-smart-promo__actions{width:100%;justify-content:space-between}
  .kkl-smart-promo__button{flex:1}
}