/* FollowerAbzar SMM 80.3.17 — rounded, viewport-safe public drawer. */
@media (max-width:1023.98px){
  body>.fasmm-public-mobile-drawer[data-fasmm-portaled="1"],
  body>.fasmm-public-side-drawer[data-fasmm-portaled="1"]{
    top:10px!important;
    right:10px!important;
    bottom:10px!important;
    left:auto!important;
    width:min(430px,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
    height:calc(100dvh - 20px)!important;
    max-height:calc(100dvh - 20px)!important;
    min-width:0!important;
    border:1px solid var(--fasmm-public-border,#dfe4ee)!important;
    border-radius:20px!important;
    overflow:hidden!important;
    box-shadow:-16px 14px 42px rgba(15,23,42,.20)!important;
    background:var(--fasmm-public-surface,#fff)!important;
  }
  body>.fasmm-public-mobile-drawer[data-fasmm-portaled="1"]>.fasmm-public-mobile-drawer__header,
  body>.fasmm-public-side-drawer[data-fasmm-portaled="1"]>.fasmm-public-side-drawer__header{
    border-radius:19px 19px 0 0!important;
  }
  body>.fasmm-public-mobile-drawer[data-fasmm-portaled="1"]>.fasmm-public-mobile-drawer__actions,
  body>.fasmm-public-side-drawer[data-fasmm-portaled="1"]>.fasmm-public-side-drawer__footer{
    border-radius:0 0 19px 19px!important;
  }
  .fasmm-public-mobile-drawer .fasmm-public-drawer__item,
  .fasmm-public-side-drawer .fasmm-public-drawer__item{
    border-radius:14px!important;
    overflow:hidden!important;
  }
  .fasmm-public-mobile-drawer .fasmm-public-drawer__link,
  .fasmm-public-side-drawer .fasmm-public-drawer__link,
  .fasmm-public-mobile-drawer .fasmm-public-drawer__section-toggle,
  .fasmm-public-side-drawer .fasmm-public-drawer__section-toggle{
    border-radius:14px!important;
  }
}

@media (max-width:600px){
  body>.fasmm-public-mobile-drawer[data-fasmm-portaled="1"],
  body>.fasmm-public-side-drawer[data-fasmm-portaled="1"]{
    top:8px!important;
    right:8px!important;
    bottom:8px!important;
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
    height:calc(100dvh - 16px)!important;
    max-height:calc(100dvh - 16px)!important;
    border-radius:18px!important;
  }
  body>.fasmm-public-mobile-drawer[data-fasmm-portaled="1"]>.fasmm-public-mobile-drawer__header,
  body>.fasmm-public-side-drawer[data-fasmm-portaled="1"]>.fasmm-public-side-drawer__header{border-radius:17px 17px 0 0!important}
  body>.fasmm-public-mobile-drawer[data-fasmm-portaled="1"]>.fasmm-public-mobile-drawer__actions,
  body>.fasmm-public-side-drawer[data-fasmm-portaled="1"]>.fasmm-public-side-drawer__footer{border-radius:0 0 17px 17px!important}
}
