.collateral-image {
    margin: 13px 0 30px;
  }

  .collateral-image__title {
    font-size: 14px;
    line-height: normal;
    color: #5f5f5f;
    font-weight: 400;
    margin: 0 0 13px;
  }

  .collateral-image__row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .collateral-image__image {
    background-color: #fff;
    flex-grow: 1;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 158px;
    overflow: hidden;
  }

  .collateral-image__formats {
    width: 80px;
    flex: 0 0 80px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
  }

  .collateral-image__download,
  .collateral-image__download-disable {
    border-radius: 8px;
    padding-left: 10px;
    font-size: 10.3px;
    line-height: 10.3px;
    width: 40px;
    height: 21px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .collateral-image__download {
    color: #3FA855;
    background-color: #D2EACA;
    transition: color 0s ease, background-color .2s ease, width .1s ease-out;
    overflow: hidden;
  }

  .collateral-image__download:hover {
    color: #fff;
    background-color: #3FA855;
    width: 54px;
  }

  .collateral-image__download::after {
    opacity: 0;
    content: '';
    display: block;
    width: 11px;
    height: 13px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg height='512pt' viewBox='0 0 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23fff' d='m409.785156 278.5-153.785156 153.785156-153.785156-153.785156 28.285156-28.285156 105.5 105.5v-355.714844h40v355.714844l105.5-105.5zm102.214844 193.5h-512v40h512zm0 0'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-left: 6px;
    transition: opacity .1s ease-in-out;
  }

  .collateral-image__download:hover::after {
    opacity: 1;
  }

  .collateral-image__download-disable {
    cursor: default;
    color: #cfcfcf;
    background-color: #f7f7f7;
  }
