.c-form-download__item {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.c-form-download__item + * {
  margin-top: 1rem;
}

.c-form-download__link {
  display: inline-block;
  padding: 6px 6px 6px 0;
  text-decoration: none;

  &:hover,
  &:focus {
    text-decoration: underline;
  }

  .icon {
    height: 12px;
    width: 12px;
  }
}
