.flauschi-mxchat-audio {
  box-sizing: border-box;
  display: grid;
  gap: 0.4rem;
  margin: 0.35rem 0 0.15rem;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.flauschi-mxchat-audio__title {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.flauschi-mxchat-audio__player {
  display: block;
  height: 40px;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

@media (max-width: 420px) {
  .flauschi-mxchat-audio__player {
    height: 36px;
  }
}

.flauschi-mxchat-privacy-note {
  box-sizing: border-box;
  color: #686868;
  flex: 0 0 auto;
  font-size: 10px;
  line-height: 1.35;
  padding: 4px 12px 8px;
  text-align: center;
  width: 100%;
}

.flauschi-mxchat-privacy-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.flauschi-mxchat-privacy-note a:hover,
.flauschi-mxchat-privacy-note a:focus-visible {
  color: #212121;
}
