/* SmartGram approved brand icon v2 */
.sg-brand__mark{
  overflow:hidden;
  padding:0!important;
  background:transparent!important;
  box-shadow:0 12px 26px rgba(88,68,230,.23)!important;
}
.sg-brand__mark img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:inherit;
}
.sg-v2-mobile-brand .sg-brand__mark img{
  width:100%;
  height:100%;
}
.sg-live-header .sg-brand__mark{
  box-shadow:0 10px 24px rgba(88,68,230,.20)!important;
}

/* SmartGram two-device login limit */
.sg-device-limit-shell{max-width:1180px;min-height:680px}
.sg-device-limit-card{max-width:650px}
.sg-device-limit-list{display:grid;gap:12px;margin:24px 0}
.sg-device-limit-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;border:1px solid rgba(102,80,246,.16);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 10px 28px rgba(37,25,92,.06)}
.sg-device-limit-item__number{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#7b2ff7,#168cff);color:#fff;font-weight:900}
.sg-device-limit-item__content{display:grid;gap:4px;min-width:0}
.sg-device-limit-item__content strong{font-size:15px;color:#21164f}
.sg-device-limit-item__content span,.sg-device-limit-item__content small{font-size:12px;color:#746b91;overflow-wrap:anywhere}
.sg-device-limit-revoke{white-space:nowrap;padding:10px 13px!important;font-size:12px!important}
.sg-device-limit-actions{display:grid;gap:12px;margin-top:18px;text-align:center}
.sg-device-limit-actions form:last-child{display:flex;justify-content:center}
.sg-device-limit-note,.sg-device-limit-empty{font-size:13px;line-height:1.9;color:#746b91;background:#f7f5ff;border-radius:14px;padding:12px 14px}
.sg-device-limit-visual{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:30px}
.sg-device-limit-visual__icon{position:relative;display:grid;place-items:center;width:210px;height:210px;border-radius:54px;background:linear-gradient(145deg,#7927ee,#126fff);box-shadow:0 32px 70px rgba(57,42,182,.36);color:#fff}
.sg-device-limit-visual__icon span svg{width:92px;height:92px;opacity:.92}
.sg-device-limit-visual__icon strong{position:absolute;left:29px;bottom:24px;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#fff;color:#5c38e8;font-size:28px;box-shadow:0 12px 28px rgba(29,18,99,.25)}
@media(max-width:760px){.sg-device-limit-shell{min-height:auto}.sg-device-limit-item{grid-template-columns:38px minmax(0,1fr)}.sg-device-limit-item form{grid-column:1/-1}.sg-device-limit-revoke{width:100%}.sg-device-limit-visual{display:none!important}.sg-device-limit-card{max-width:none}}

.sg-brand__mark img[src*="smartgram-logo-v2"]{object-fit:contain!important;filter:none!important}
