/* Digitana Social - Profilverbindungen Mobile
   Nur responsive Regeln der allgemeinen Freundeskomponente. */

@media (max-width: 860px) {
  .ds-profile-friends-box {
    order: -1;
    max-width: 100%;
    min-width: 0;
    max-height: none;
  }

  .ds-profile-friends-head {
    align-items: center;
  }

  .ds-profile-friends-toggle {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #dff5ff;
    background: transparent;
    font: inherit;
    font-size: 1.25rem;
    line-height: 1;
    text-shadow: 0 0 7px rgba(32,169,255,0.22);
    cursor: pointer;
  }

  .ds-profile-friends-content {
    min-width: 0;
  }

  .ds-profile-friends-content[hidden] {
    display: none;
  }

  .ds-profile-friend-list {
    max-height: 190px;
  }
}
