:root {
  --sidebar-width: 22rem;
  --layout-gap: 6rem;
  --border-separator: 4px;
  --header-height: 62px;
}

@media (min-width: 1024px) {
  :root {
    --border-separator: 6px;
    --header-height: 95px;
  }
}
@media (min-width: 1150px) {
  :root {
    --header-height: 101px;
  }
}
@media (min-width: 1300px) {
  :root {
    --sidebar-width: 27rem;
    --layout-gap: 8rem;
  }
}
* + .file-table {
  margin-top: var(--wp--preset--spacing--m) !important;
}
.file-table + h2,
.file-table + h3,
.file-table + h4,
.file-table + h5,
.file-table + h6 {
  margin-top: 4ch;
}
.file-table .file {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 1.8rem 0;
  border-bottom: 1px solid #CBD4C2;
}
.file-table .file:last-child {
  border-bottom: none;
}
.file-table .file span {
  display: block;
}
.file-table .file span.date {
  font-size: var(--wp--preset--font-size--font-16);
  color: #1C2636;
}
.file-table .file span.format, .file-table .file span.size {
  font-size: var(--wp--preset--font-size--font-16);
  text-transform: uppercase;
  color: #1C2636;
}
.file-table .file span.title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 500;
  line-height: 1.25;
  color: #194166;
  text-decoration: underline;
  text-decoration-color: #7CBC9F;
  text-decoration-thickness: 0.085rem;
  text-underline-position: under;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.file-table .file span.icon {
  width: 38px;
}
.file-table .file span.icon svg {
  width: 38px;
  height: 38px;
}
.file-table .file span.icon path {
  transition: fill 0.25s ease-in-out;
}
.file-table .file:hover, .file-table .file:active, .file-table .file:focus {
  text-decoration: none;
}
.file-table .file:hover span.title, .file-table .file:active span.title, .file-table .file:focus span.title {
  color: #1C2636;
  text-decoration-color: transparent;
}
.file-table .file:hover span.icon .sq, .file-table .file:active span.icon .sq, .file-table .file:focus span.icon .sq {
  fill: #EBEAE7;
}
@media (max-width: 799px) {
  .file-table .file {
    padding-left: 60px;
    position: relative;
  }
  .file-table .file span {
    display: block;
  }
  .file-table .file span.date {
    width: 100%;
  }
  .file-table .file span.title {
    width: 100%;
    padding: 0.5ch 0 1ch 0;
  }
  .file-table .file span.icon {
    position: absolute;
    top: 22px;
    left: 0;
  }
  .file-table .file span.format, .file-table .file span.size {
    padding-right: 2ch;
  }
}
@media (min-width: 800px) {
  .file-table .file {
    padding: 2rem 0;
    align-items: center;
    justify-content: space-between;
  }
  .file-table .file span {
    flex: 1;
  }
  .file-table .file span.date {
    flex: 2.5;
  }
  .file-table .file span.title {
    flex: 6;
    padding-right: 2ch;
  }
}
.file-table .accordion:first-of-type {
  border-top: none;
}
.file-table .accordion:last-of-type input + .acc-title {
  border-color: transparent;
}
.file-table .archived-year:not(:first-child) {
  margin-top: 4rem;
}
@media (max-width: 749px) {
  .file-table .archived-year:first-child {
    margin-top: 3rem;
  }
}
.file-table .archived-year h4 {
  font-size: var(--wp--preset--font-size--font-22);
  margin: 0;
  padding: 0 0 1ch 0;
}
.file-table .archived-year .file:nth-child(even) {
  background: #fff;
}
.file-table .archived-year .file:nth-child(odd) {
  background: transparent;
}

@media (max-width: 749px) {
  .tab-panel + .tab-panel {
    margin-top: 8px;
  }
  .tab-group.acc .tab-panel > input + .acc-title + .acc-panel.file-table,
  .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel.file-table {
    margin: 0;
  }
}
@media (max-width: 749px) {
  .accordion .tab-group.acc .tab-panel > input:checked + .acc-title + .acc-panel {
    opacity: 1;
  }
}
@media (min-width: 750px) {
  .accordion .tab-group .tab-panel {
    transition: none !important;
    animation: fadeIn 0.45s forwards 0.15s !important;
  }
  .accordion .tab-group .tab-panel > input,
  .accordion .tab-group .tab-panel > label {
    display: none;
  }
  .accordion .tab-group .tab-panel .acc-panel {
    visibility: visible;
    transition: none !important;
    animation: fadeIn 0.45s forwards 0.15s !important;
  }
}
