.page.-gmvd .uploads__item {
  background-color: rgb(var(--c-gmvd));
  margin-bottom: 2rem;
}

.content .frame-bg-grey .uploads__item {
  background-color: rgb(var(--c-neutral-lightest));
}

.page.-gmvd .uploads__link {
  color: rgb(var(--c-neutral-lightest));
}

.page.-gmvd .uploads__title {
  color: rgb(var(--c-neutral-lightest));
  font-size: var(--f-size-l-2);
  text-transform: uppercase;
  text-align: center;
}

.uploads__arrowpath {
  stroke: rgb(var(--c-primary));
}

.page.-gmvd.-sub .uploads__arrow::before {
  content: "\f054";
  font-family: "FaLight", sans-serif;
  font-size: var(--f-size-l-4);
  margin-right: 0.4rem;
  color: rgb(var(--c-neutral-lightest));
}

.uploads__description {
  margin-top: 0.2rem;
  line-height: 125%;
  font-weight: var(--f-weight-b);
}

@media (hover: hover) {
  .page.-gmvd .content .frame-bg-grey .uploads__item:hover,
  .page.-gmvd .uploads__item:hover {
    background-color: rgb(var(--c-neutral-darkest));
  }

  .uploads__item:hover,
  .uploads__item:hover .uploads__description,
  .uploads__item:hover .uploads__title {
    color: rgb(var(--c-neutral-lightest));
  }

  .uploads__item:hover .uploads__arrowpath {
    stroke: rgb(var(--c-neutral-lightest));
  }
}