.fedvvfvol-fb-list {
  margin-block: 1.5rem;
}

.fedvvfvol-fb-title {
  margin: 0 0 1rem;
}

.fedvvfvol-fb-files {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d8d8d8;
}

.fedvvfvol-fb-file {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  min-width: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.fedvvfvol-fb-format {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.3rem;
  color: #ffffff;
  background: var(--color-primary, #b0141d);
  border-radius: 3px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.fedvvfvol-fb-file-content {
  min-width: 0;
}

.fedvvfvol-fb-file-link {
  color: var(--color-primary-dark, #870d15);
  font-size: 1.05rem;
  font-weight: 600;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.fedvvfvol-fb-file-link:hover {
  text-decoration-thickness: 2px;
}

.fedvvfvol-fb-file-link:focus-visible {
  outline: 3px solid var(--color-focus, #f4c430);
  outline-offset: 4px;
}

.fedvvfvol-fb-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin: 0.35rem 0 0;
  color: #5c5c5c;
  font-size: 0.9rem;
}

.fedvvfvol-fb-meta span + span::before {
  content: "\2022";
  margin-right: 0.75rem;
  color: #767676;
}

.fedvvfvol-fb-empty {
  margin: 1rem 0;
}

.fedvvfvol-fb-folders {
  margin-top: 1rem;
  border-top: 1px solid #c9c9c9;
}

.fedvvfvol-fb-folder {
  margin: 0;
  border-bottom: 1px solid #c9c9c9;
}

.fedvvfvol-fb-folder > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 2rem;
  gap: 0.75rem;
  align-items: center;
  min-height: 3.5rem;
  padding: 0.75rem 0;
  color: var(--color-primary-dark, #870d15);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.fedvvfvol-fb-folder > summary::-webkit-details-marker {
  display: none;
}

.fedvvfvol-fb-folder > summary::after {
  content: "+";
  display: inline-flex;
  grid-column: 3;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.fedvvfvol-fb-folder[open] > summary::after {
  content: "\2212";
}

.fedvvfvol-fb-folder > summary:hover .fedvvfvol-fb-folder-name {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.fedvvfvol-fb-folder > summary:focus-visible {
  outline: 3px solid var(--color-focus, #f4c430);
  outline-offset: 3px;
}

.fedvvfvol-fb-folder-name {
  min-width: 0;
  overflow-wrap: anywhere;
}

.fedvvfvol-fb-folder-count {
  grid-column: 2;
  grid-row: 1;
  color: #5c5c5c;
  font-size: 0.88rem;
  font-weight: 500;
}

.fedvvfvol-fb-folder-content {
  padding: 0 0 1rem 1rem;
  border-left: 3px solid #e5e5e5;
}

.fedvvfvol-fb-folder-content > .fedvvfvol-fb-files:first-child {
  margin-top: 0;
}

.fedvvfvol-fb-folder .fedvvfvol-fb-folder {
  margin-left: 0.75rem;
}

.fedvvfvol-fb-folder .fedvvfvol-fb-folder > summary {
  min-height: 3rem;
  font-size: 0.98rem;
}

@media (max-width: 520px) {
  .fedvvfvol-fb-folder > summary {
    grid-template-columns: minmax(0, 1fr) 2rem;
  }

  .fedvvfvol-fb-folder-count {
    grid-column: 1;
    grid-row: 2;
  }

  .fedvvfvol-fb-folder > summary::after {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .fedvvfvol-fb-folder-content {
    padding-left: 0.65rem;
  }

  .fedvvfvol-fb-folder .fedvvfvol-fb-folder {
    margin-left: 0.35rem;
  }
}

@media (min-width: 760px) {
  .fedvvfvol-fb-columns-2,
  .fedvvfvol-fb-columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }
}

@media (min-width: 1100px) {
  .fedvvfvol-fb-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .fedvvfvol-fb-file-link {
    scroll-behavior: auto;
  }
}

.fedvvfvol-fb-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.fedvvfvol-fb-archive {
  margin-block: 1.5rem;
  color: var(--color-text, #211a1a);
  container-type: inline-size;
}

.fedvvfvol-fb-archive-toolbar {
  display: grid;
  grid-template-columns: minmax(15rem, 1fr) auto minmax(10rem, auto);
  gap: 0.75rem 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.fedvvfvol-fb-archive-toolbar[hidden] {
  display: none;
}

.fedvvfvol-fb-archive-search-label {
  display: block;
  min-width: 0;
}

.fedvvfvol-fb-archive-search,
.fedvvfvol-fb-archive-sort {
  min-height: 2.75rem;
  border: 1px solid #b9b5b0;
  border-radius: 4px;
  color: inherit;
  background: #fff;
  font: inherit;
}

.fedvvfvol-fb-archive-search {
  width: 100%;
  padding: 0.55rem 0.8rem;
}

.fedvvfvol-fb-archive-sort {
  width: 100%;
  padding: 0.45rem 2.2rem 0.45rem 0.7rem;
}

.fedvvfvol-fb-archive-search:focus-visible,
.fedvvfvol-fb-archive-sort:focus-visible,
.fedvvfvol-fb-archive-filters button:focus-visible,
.fedvvfvol-fb-archive-folder > summary:focus-visible,
.fedvvfvol-fb-archive-file a:focus-visible {
  outline: 3px solid var(--color-focus, #f4c430);
  outline-offset: 3px;
}

.fedvvfvol-fb-archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.fedvvfvol-fb-archive-filters button {
  min-height: 2.5rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid #c7c3be;
  border-radius: 4px;
  color: #322d29;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
}

.fedvvfvol-fb-archive-filters button[aria-pressed="true"] {
  border-color: var(--color-primary-dark, #1a003d);
  color: #fff;
  background: var(--color-primary-dark, #1a003d);
}

.fedvvfvol-fb-archive-head {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) 6rem 7rem 9rem 5rem;
  gap: 0.75rem;
  padding: 0 0.85rem 0.55rem;
  color: #5c5650;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fedvvfvol-fb-archive-head > span:first-child {
  grid-column: 1 / span 2;
}

.fedvvfvol-fb-archive-tree {
  border: 1px solid #d7d2cc;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.fedvvfvol-fb-archive-files {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fedvvfvol-fb-archive-file {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) 6rem 7rem 9rem 5rem;
  gap: 0.75rem;
  align-items: center;
  min-height: 3.25rem;
  padding: 0.55rem 0.85rem;
  border-top: 1px solid #e2ded9;
}

.fedvvfvol-fb-archive-format {
  grid-column: 1;
  grid-row: 1;
}

.fedvvfvol-fb-archive-meta {
  display: contents;
}

.fedvvfvol-fb-archive-name {
  grid-column: 2;
  grid-row: 1;
}

.fedvvfvol-fb-archive-type {
  grid-column: 3;
  grid-row: 1;
}

.fedvvfvol-fb-archive-size {
  grid-column: 4;
  grid-row: 1;
}

.fedvvfvol-fb-archive-date {
  grid-column: 5;
  grid-row: 1;
}

.fedvvfvol-fb-archive-actions {
  grid-column: 6;
  grid-row: 1;
}

.fedvvfvol-fb-archive-tree > .fedvvfvol-fb-archive-files:first-child > .fedvvfvol-fb-archive-file:first-child {
  border-top: 0;
}

.fedvvfvol-fb-archive-file[hidden],
.fedvvfvol-fb-archive-folder[hidden] {
  display: none;
}

.fedvvfvol-fb-archive-format {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  min-height: 1.65rem;
  padding: 0.18rem;
  border-radius: 2px;
  color: #fff;
  background: #555;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
}

.fedvvfvol-fb-archive-format-pdf {
  background: #b0141d;
}

.fedvvfvol-fb-archive-format-word {
  background: #1558a6;
}

.fedvvfvol-fb-archive-format-excel {
  background: #187542;
}

.fedvvfvol-fb-archive-format-archive {
  background: #72551c;
}

.fedvvfvol-fb-archive-format-image {
  background: #5a477a;
}

.fedvvfvol-fb-archive-name {
  min-width: 0;
}

.fedvvfvol-fb-archive-name a {
  color: var(--color-primary, #b0141d);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.fedvvfvol-fb-archive-name a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.entry-content .fedvvfvol-fb-archive .fedvvfvol-fb-archive-name a.fedvvfvol-link-external::after,
.entry-content .fedvvfvol-fb-archive .fedvvfvol-fb-archive-name a[target="_blank"]::after,
.entry-content .fedvvfvol-fb-archive a.fedvvfvol-fb-archive-icon-action::after {
  content: none !important;
  display: none !important;
}

.fedvvfvol-fb-archive-type,
.fedvvfvol-fb-archive-size,
.fedvvfvol-fb-archive-date {
  color: #5c5650;
  font-size: 0.88rem;
}

.fedvvfvol-fb-archive-actions {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: flex-end;
}

.fedvvfvol-fb-archive-icon-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 3px;
  color: var(--color-primary-dark, #1a003d);
  text-decoration: none;
}

.fedvvfvol-fb-archive-icon-action::before {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 5;
  top: 50%;
  right: calc(100% + 0.4rem);
  padding: 0.3rem 0.45rem;
  border-radius: 3px;
  color: #fff;
  background: #211a1a;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(0.2rem, -50%);
  transition: opacity 120ms ease, transform 120ms ease;
  white-space: nowrap;
}

.fedvvfvol-fb-archive-icon-action:hover::before,
.fedvvfvol-fb-archive-icon-action:focus-visible::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.fedvvfvol-fb-archive-icon-action:hover {
  color: var(--color-primary, #b0141d);
  background: #f6eeee;
}

.fedvvfvol-fb-archive-icon-action:focus-visible {
  outline: 3px solid var(--color-focus, #f4c430);
  outline-offset: 2px;
}

.fedvvfvol-fb-archive-icon-action svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (prefers-reduced-motion: reduce) {
  .fedvvfvol-fb-archive-icon-action::before {
    transition: none;
  }
}

.fedvvfvol-fb-archive-folder {
  margin: 0;
  border-top: 1px solid #d7d2cc;
  background: #fffdfa;
}

.fedvvfvol-fb-archive-folder > summary {
  display: grid;
  grid-template-columns: 1.5rem 2rem minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
  min-height: 3.25rem;
  padding: 0.6rem 0.85rem;
  cursor: pointer;
  list-style: none;
}

.fedvvfvol-fb-archive-folder > summary::-webkit-details-marker {
  display: none;
}

.fedvvfvol-fb-archive-chevron::before {
  content: "›";
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  transform: rotate(0deg);
}

.fedvvfvol-fb-archive-folder[open] > summary .fedvvfvol-fb-archive-chevron::before {
  transform: rotate(90deg);
}

.fedvvfvol-fb-archive-folder-icon {
  width: 1.55rem;
  height: 1.05rem;
  border-radius: 2px;
  background: #c29b52;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.fedvvfvol-fb-archive-folder-name {
  min-width: 0;
  color: var(--color-primary-dark, #1a003d);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.fedvvfvol-fb-archive-folder-count {
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  color: #5c5650;
  background: #f3f0ec;
  font-size: 0.78rem;
}

.fedvvfvol-fb-archive-folder-body {
  margin-left: 2.05rem;
  border-left: 1px solid #d4d0cb;
}

.fedvvfvol-fb-archive-folder .fedvvfvol-fb-archive-folder {
  margin-left: 0.85rem;
}

.fedvvfvol-fb-archive-no-results {
  margin: 1rem 0;
  padding: 1rem;
  border-left: 4px solid var(--color-primary, #b0141d);
  background: #f7f5f2;
}

@container (max-width: 60rem) {
  .fedvvfvol-fb-archive-head {
    display: none;
  }

  .fedvvfvol-fb-archive-file {
    grid-template-columns: 2.5rem minmax(0, 1fr) 5rem;
    grid-template-rows: auto auto;
    gap: 0.25rem 0.65rem;
    padding: 0.7rem 0.85rem;
  }

  .fedvvfvol-fb-archive-format {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
  }

  .fedvvfvol-fb-archive-name {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .fedvvfvol-fb-archive-meta {
    display: flex;
    grid-column: 2;
    grid-row: 2;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.2rem 0.5rem;
    color: #5c5650;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .fedvvfvol-fb-archive-size {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .fedvvfvol-fb-archive-type {
    display: none;
  }

  .fedvvfvol-fb-archive-date {
    white-space: nowrap;
  }

  .fedvvfvol-fb-archive-date::before {
    content: "|";
    margin-right: 0.5rem;
    color: #a9a39c;
  }

  .fedvvfvol-fb-archive-actions {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 900px) {
  .fedvvfvol-fb-archive-toolbar {
    grid-template-columns: 1fr;
  }

  .fedvvfvol-fb-archive-sort-label {
    max-width: 18rem;
  }
}

@media (max-width: 700px) {
  .fedvvfvol-fb-archive-head {
    display: none;
  }

  .fedvvfvol-fb-archive-file {
    grid-template-columns: 2.5rem minmax(0, 1fr) 5rem;
    gap: 0.55rem 0.75rem;
    padding-block: 0.8rem;
  }

  .fedvvfvol-fb-archive-name {
    grid-column: 2;
    grid-row: 1;
  }

  .fedvvfvol-fb-archive-actions {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .fedvvfvol-fb-archive-meta {
    grid-column: 2;
    grid-row: 2;
  }

  .fedvvfvol-fb-archive-folder > summary {
    grid-template-columns: 1.25rem 1.6rem minmax(0, 1fr);
  }

  .fedvvfvol-fb-archive-folder-count {
    grid-column: 3;
  }

  .fedvvfvol-fb-archive-folder-body {
    margin-left: 0.8rem;
  }
}
