:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
* + .tab-group {
  margin-top: 3rem !important;
}
h2 + .tab-group {
  margin-top: 3rem;
}

ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 0 0 2rem 0;
  align-items: end;
  padding: 0;
}
ul.tabs:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #BEA160;
}
ul.tabs li {
  margin: 0;
  padding: 0;
}
ul.tabs a {
  display: block;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 400;
  line-height: 1.05;
  text-decoration: none;
  color: #1A1919;
  padding: 1.2ch 3ch;
  background: #D9D9D0;
  border: none;
  border-radius: 32px;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
ul.tabs a.active, ul.tabs a:hover, ul.tabs a:active, ul.tabs a:focus {
  text-decoration: none;
  color: #fff;
  background: #8C6F2E;
  border-color: #8C6F2E;
  outline: none;
}

.tab-panel {
  padding: 0;
}
.tab-panel > div {
  overflow-x: hidden;
}

@media (max-width: 799px) {
  .acc ul.tabs {
    display: none;
  }
  .tab-group.acc {
    padding: 0;
  }
  .tab-group.acc .tab-panel {
    display: block !important;
    width: 100%;
    padding: 0;
  }
  .tab-group.acc .tab-panel input {
    display: none;
  }
  .tab-group.acc .tab-panel input + .acc-title {
    display: block;
    font-family: var(--wp--preset--font-family--primary);
    font-size: var(--wp--preset--font-size--font-18);
    font-weight: 500;
    line-height: 1.35;
    padding: 1.5ch 40px 1.5ch 2ch;
    margin: 0 0 1rem 0;
    color: #1A1919;
    background: #D9D9D0;
    border: 1px solid #8C6F2E;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  }
  .tab-group.acc .tab-panel input + .acc-title:after {
    content: "+";
    display: block;
    font-size: 2.8rem;
    font-weight: 200;
    line-height: 1;
    position: absolute;
    top: calc(50% - 1px);
    right: 1.5ch;
    transform: translateY(-50%);
  }
  .tab-group.acc .tab-panel input + .acc-title:hover {
    color: #fff;
    background: #8C6F2E;
    border-color: #8C6F2E;
  }
  .tab-group.acc .tab-panel input + .acc-title svg {
    width: 28px;
    height: 28px;
    display: block;
    stroke: #1F2C3C;
  }
  .tab-group.acc .tab-panel input + .acc-title + .acc-panel {
    height: 0;
    visibility: hidden;
    padding: 0;
    position: relative;
    z-index: -1;
    transition: visibility 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s, height 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s, margin 0.35s cubic-bezier(0.25, 0.5, 0.5, 1) 0.05s;
  }
  .tab-group.acc .tab-panel input + .acc-title + .acc-panel > * {
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.82, -0.04, 1, 1);
  }
  .tab-group.acc .tab-panel input:checked + .acc-title {
    color: #fff;
    background: #8C6F2E;
    border-color: #8C6F2E;
  }
  .tab-group.acc .tab-panel input:checked + .acc-title + .acc-panel {
    height: auto;
    visibility: visible;
    margin-bottom: 20px;
    padding: 10px 0 20px 0;
    opacity: 1;
    z-index: 1;
  }
  .tab-group.acc .tab-panel input:checked + .acc-title + .acc-panel > * {
    opacity: 1;
  }
  .tab-group.tabs .tab-panel > input,
  .tab-group.tabs .tab-panel > label {
    display: none;
  }
  .tab-group.tabs .tab-panel > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
  .tab-group.tabs .tab-panel.active {
    display: block;
  }
  .tab-group.tabs .tab-panel.active > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
}
@media (min-width: 800px) {
  .tab-panel > input,
  .tab-panel > label {
    display: none;
  }
  .tab-panel > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
  .tab-panel.active {
    display: block;
  }
  .tab-panel.active > div {
    animation: fadeIn 0.45s forwards 0.15s;
  }
}
.results-table .trow.list-view {
  display: flex;
  flex-direction: column;
  border: none;
  gap: 15px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D9D9D0;
  margin-bottom: 2rem;
}
@media (max-width: 799px) {
  .results-table .trow.list-view.head {
    display: none;
  }
}
@media (min-width: 800px) {
  .results-table .trow.list-view.head {
    font-weight: 500;
    margin-top: var(--wp--preset--spacing--normal);
    color: #8C6F2E;
    border-bottom: 1px solid rgb(82.4193548387, 65.3467741935, 27.0806451613);
  }
  .results-table .trow.list-view.head .name {
    flex: 1;
    padding-right: 30px;
  }
  .results-table .trow.list-view.head .files {
    align-items: flex-start;
    min-width: 40%;
  }
}
.results-table .trow.list-view .name-column .title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-22);
  font-weight: 500;
  color: #1A1919;
  display: block;
  margin-bottom: 10px;
}
.results-table .trow.list-view .files-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.results-table .trow.list-view .file-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #1A1919;
  font-size: var(--wp--preset--font-size--font-16);
}
.results-table .trow.list-view .file-link:hover .label {
  color: #8C6F2E;
}
.results-table .trow.list-view .file-link .icon {
  width: 23px;
}
.results-table .trow.list-view .file-link .icon svg {
  width: 23px;
  height: 23px;
  display: block;
  stroke: #1F2C3C;
}
.results-table .trow.list-view .file-link .label {
  display: block;
  transition: color 0.25s ease-in-out;
}
@media (min-width: 800px) {
  .results-table .trow.list-view {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .results-table .trow.list-view .name-column {
    flex: 1;
    padding-right: 30px;
  }
  .results-table .trow.list-view .files-column {
    align-items: flex-start;
    min-width: 40%;
  }
}
.results-table .trow.horizontal-view {
  display: flex;
  flex-direction: column;
  border: none;
  margin-bottom: 20px;
  gap: 20px;
}
.results-table .trow.horizontal-view .content-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-bottom: 1px solid var(--wp--preset--color--light-gold);
  padding: 2rem;
}
.results-table .trow.horizontal-view .content-column .title-wrap .title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 500;
  color: #1A1919;
  display: block;
  line-height: 1.2;
}
.results-table .trow.horizontal-view .content-column .title-wrap .date {
  font-family: var(--wp--preset--font-family--primary);
  color: #8C6F2E;
  font-size: var(--wp--preset--font-size--font-16);
  display: block;
  margin-bottom: 15px;
}
.results-table .trow.horizontal-view .files-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: flex-start;
}
.results-table .trow.horizontal-view .file-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #1A1919;
  max-width: 120px;
}
.results-table .trow.horizontal-view .file-link:hover .label {
  color: #8C6F2E;
}
.results-table .trow.horizontal-view .file-link .icon {
  width: 24px;
  margin: 0 auto 10px auto;
}
.results-table .trow.horizontal-view .file-link .label {
  display: block;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-14);
  font-weight: 500;
  line-height: 1.15;
  transition: color 0.25s ease-in-out;
}
@media (min-width: 800px) {
  .results-table .trow.horizontal-view {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }
  .results-table .trow.horizontal-view .files-row {
    gap: 35px;
  }
}

.archived-year h4 {
  display: inline-block;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  margin: var(--wp--preset--spacing--normal) 0 0 0;
  padding: 0.7ch 1.5rem;
  background: rgba(190, 161, 96, 0.15);
  border-radius: 2px;
}/*# sourceMappingURL=block-results-table.css.map */