/*
  Digitana Social - Mobile-Struktur
  Diese Datei ist fuer die spaetere professionelle Handy-/Web-App-Optimierung vorbereitet.
  Im Live-System-Grundblock bleibt sie bewusst ohne sichtbare Layout-Regeln.
*/

/*
  Digitana Social - Mobile Profilregeln V1
  Aus profile_base.css ausgelagert am 23.05.2026.
  Nur mobile Profil-Statuszeile und Avatar-Zentrierung.
  Keine Änderung an Desktop, Farben, Profilbild-Overlay, Radar oder Navigationslicht.
*/
@media (max-width: 820px) {
  .ds-profile-cover-status {
    left: 14px;
    right: 14px;
    bottom: 12px;
    top: auto;
    transform: none;
    max-width: calc(100% - 28px);
    text-align: left;
    justify-content: flex-start;
  }

  .ds-profile-avatar-wrap {
    order: -1;
    justify-self: center;
    margin: 0 auto 12px;
  }
}
