/* UI124: clean owner mobile header and precisely aligned Premium marks. */
@media (max-width: 760px) {
  body.dash-body .ow-mobile-head {
    position: relative;
    z-index: 120;
    margin: 0;
    background: #fff !important;
    border: 0;
    box-shadow: 0 5px 16px rgba(15, 23, 42, .06);
  }

  body.dash-body .ow-mobile-head-main {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 44px;
    min-height: 62px;
    align-items: center;
    gap: 8px;
    padding: 8px 14px !important;
  }

  body.dash-body .ow-mobile-menu-btn {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    color: var(--ink3);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
  }

  body.dash-body .ow-mobile-brand {
    display: inline-flex;
    width: fit-content;
    min-width: 0;
    align-items: center;
    gap: 8px;
    color: var(--blue) !important;
    text-decoration: none;
  }

  body.dash-body .ow-mobile-brand-logo {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    overflow: visible;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
  }

  body.dash-body .ow-mobile-brand-logo img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
  }

  body.dash-body .ow-mobile-brand > strong {
    color: var(--blue);
    font-family: 'Sofia Sans', sans-serif;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: 2px;
    line-height: 1;
  }

  body.dash-body .ow-mobile-profile-btn {
    position: relative;
    display: grid;
    width: 44px;
    height: 44px;
    max-width: none;
    place-items: center;
    justify-self: end;
    gap: 0;
    padding: 0;
    overflow: visible;
    background: transparent !important;
    border: 0 !important;
    border-radius: 50%;
    box-shadow: none;
  }

  body.dash-body .ow-mobile-profile-av {
    position: relative;
    display: grid;
    width: 40px;
    height: 40px;
    margin: 0;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--grad);
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    font-size: 14px;
    font-weight: 800;
  }

  body.dash-body .ow-mobile-profile-av .avatar-safe-fallback {
    display: grid;
    position: absolute;
    inset: 0;
    place-items: center;
  }

  body.dash-body .ow-mobile-profile-av img {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
  }

  body.dash-body .ow-mobile-premium-star {
    position: absolute;
    z-index: 3;
    right: -1px;
    bottom: -1px;
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    color: #fff;
    background: #f59e0b;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(180, 83, 9, .24);
  }

  body.dash-body .ow-mobile-premium-star i {
    display: grid;
    width: 8px;
    height: 8px;
    place-items: center;
    font-size: 7px;
    line-height: 1;
  }
}

#panel-ow-profile .ds-role-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

#panel-ow-profile .ds-role-badge > i {
  display: inline-grid;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  place-items: center;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  transform: none;
}

[data-theme="dark"] body.dash-body .ow-mobile-head {
  background: var(--card);
}

[data-theme="dark"] body.dash-body .ow-mobile-premium-star {
  border-color: var(--card);
}
