.chatmee-copyright-footer {
  box-sizing: border-box;
  width: min(calc(100% - 24px), 1180px);
  margin: -1px auto 2px !important;
  padding: 11px 16px;
  border: 1px solid #586185;
  border-top: 0;
  border-radius: 0 0 9px 9px !important;
  color: #aeb5cf;
  background: linear-gradient(180deg, rgba(17,17,63,.96), rgba(7,7,45,.96));
  box-shadow: none !important;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

/* Op de profielpagina staat de balk binnen het zichtbare profielgedeelte. */
.profile-page > .chatmee-copyright-footer {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  margin: -1px auto 2px !important;
  border: 1px solid #66709b;
  border-top: 0;
  text-align: center;
}

.profile-page > .profile-shell {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* Losse chatboxpagina's gebruiken exact dezelfde breedte als hun hoofdframe. */
body > main + .chatmee-copyright-footer {
  width: min(calc(100% - 32px), 1180px);
}

.games-portal-footer.is-logged-out {
  width: min(620px, calc(100% - 32px));
}

/* Op de laadpagina vormt de footer de onderste strook binnen het venster. */
.classic-window > .chatmee-copyright-footer {
  width: 100%;
  margin: 0 !important;
  border-top: 1px solid #586185;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 !important;
}

/* Ook op aanmelden/registreren sluit de footer direct aan op de strook erboven. */
.auth-lower-stack > .chatmee-copyright-footer {
  margin-top: -1px !important;
  margin-bottom: 2px !important;
}

/* In de chat zelf blijft de balk compact binnen het chatvenster. */
.chat-window > .chatmee-copyright-footer {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 !important;
  padding: 5px 10px;
  border-top: 1px solid #586185;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 !important;
  box-shadow: none;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.35;
}

@media (max-width: 620px) {
  .chatmee-copyright-footer {
    width: calc(100% - 12px);
    margin: -1px auto 2px !important;
    padding: 9px 10px;
    font-size: 10px;
  }

  .chat-window > .chatmee-copyright-footer {
    width: 100%;
    margin: 0 !important;
    padding: 5px 8px;
    font-size: 9px;
  }
}
