.file-row {
  position: relative; }
  .file-row__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box; }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .file-row__container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 80rem) {
      .file-row__container {
        padding-left: 40px;
        padding-right: 40px; } }
  .file-row__files {
    margin: 0;
    overflow: hidden;
    display: flex; }
  .file-row.file-row--centered .file-row__files {
    justify-content: center; }
  .file-row__previous, .file-row__next {
    position: absolute;
    z-index: 1;
    appearance: none;
    cursor: pointer;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center; }
    .file-row__previous:focus, .file-row__next:focus {
      outline: 1px solid #cf000d; }
    @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
      .file-row__previous, .file-row__next {
        width: 45px;
        height: 45px;
        top: 67px; } }
    @media screen and (min-width: 30rem) {
      .file-row__previous, .file-row__next {
        width: 30px;
        height: 30px;
        top: 45px; } }
    @media screen and (min-width: 48rem) {
      .file-row__previous, .file-row__next {
        top: 65px; } }
    .file-row__previous::after, .file-row__next::after {
      content: '';
      position: absolute;
      display: block;
      border: 2px solid #cf000d;
      border-left: none;
      border-bottom: none;
      top: 50%; }
      @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
        .file-row__previous::after, .file-row__next::after {
          width: 12px;
          height: 12px; } }
      @media screen and (min-width: 30rem) {
        .file-row__previous::after, .file-row__next::after {
          width: 8px;
          height: 8px; } }
    .file-row__previous.hidden, .file-row__next.hidden {
      display: none; }
  .file-row__previous {
    left: 0; }
    .file-row__previous::after {
      transform: translateY(-50%) translateX(2px) rotate(225deg); }
  .file-row__next {
    right: 0; }
    .file-row__next::after {
      transform: translateY(-50%) translateX(-2px) rotate(45deg); }
  @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
    .file-row .file-card {
      box-sizing: border-box;
      width: calc(50% - 10px);
      margin-right: 20px;
      min-width: calc(50% - 20px); }
      .file-row .file-card:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 30rem) {
    .file-row .file-card {
      box-sizing: border-box;
      width: calc(20% - 16px);
      margin-right: 20px; }
      .file-row .file-card:nth-child(5n) {
        margin-right: 0; } }

/*# sourceMappingURL=file-row.css.map */