[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {
  height: auto;
}
@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.own-file {
  color: #12a701;
  border: 2px dashed #15bf00;
  padding: 10px 0 10px 40px;
  font-size: 15px;
  background: 0 0;
}
.own-file .fad {
  font-size: 25px;
  position: absolute;
  margin-top: -1px;
  margin-left: -30px;
}
.title-wrap {
  background: #1c1c1c;
}
.mgline {
  background-color: #434645 !important;
  padding: 2px 8px 8px !important;
}
.mghead {
  color: #c7c7c7 !important;
}
.mcmore-link {
  color: #ff9a00 !important;
  -webkit-text-fill-color: #ff9a00 !important;
}
.mgline-inner {
  box-shadow: 0px 0px 0px 2px rgb(234 145 22) !important;
}
.mctitle-link {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.mgmedia__metrics-value {
  color: #c3c3c3 !important;
}
.mgbottom_media:after {
  background: #585858 !important;
}
