.accordion__section {
  opacity: 1;
  visibility: visible;
  max-height: unset; }

@media (max-width: 414px) {
  .file-row__files {
    flex-wrap: wrap; } }

@media screen and (min-width: 30rem) {
  .file-row .file-card:nth-child(5n) {
    margin-right: 16px; } }

.file-card {
  margin-bottom: 20px; }
  @media screen and (min-width: 30rem) {
    .file-card {
      width: calc(25% - 25px) !important;
      margin-right: 25px; } }
  .file-card__name, .file-card__attributes {
    line-height: 1.4;
    max-width: 212px; }
  .file-card__attributes {
    margin-top: 6px;
    font-size: 13px;
    color: #cf000d; }
  .file-card img {
    max-height: 150px;
    margin: 0 auto 0 40px; }
    .file-card img#notRendered {
      max-height: 150px;
      margin: 0 auto 0 15px !important; }

.file-card.hidden-card {
  display: none !important; }

.file-card.shown-card {
  display: block; }

.file-row__previous,
.file-row__next {
  cursor: pointer; }

.accordion__section * {
  pointer-events: unset; }

.file-card__details {
  margin-top: 10px; }

.accordion_dl {
  margin-bottom: 20px; }

.document-library__results {
  display: block !important;
  flex-direction: column !important; }
  .document-library__results .results-count {
    margin-bottom: 0; }
  .document-library__results .accordion__dl,
  .document-library__results > .accordion__dl,
  .document-library__results dl.accordion__dl,
  .document-library__results > dl.accordion__dl {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    flex: none !important;
    flex-basis: auto !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important; }

.layout__region .document-library__results,
.layout-builder__region .document-library__results,
.block .document-library__results {
  display: block !important;
  flex-direction: column !important; }

.grey-box {
  flex-direction: column;
  padding: 2rem; }
  .grey-box a {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 15px; }
    .grey-box a.hidden {
      display: none; }

p.no-documents {
  padding: 2rem 1rem; }

dd.accordion__section {
  padding-top: 20px;
  display: none; }

.file-row__files {
  flex-wrap: wrap; }

.accordion__expander.up:after {
  transform: rotate(-135deg); }

.accordion__expander.down:after {
  transform: rotate(45deg); }

.no-documents-filter-message {
  padding: 2rem 1rem;
  display: none; }

.hidden-off-screen {
  display: none !important; }

.accordion__header .accordion__label small.highlighted {
  color: #cf000d;
  font-weight: 700; }

.accordion__header .accordion__label small {
  font-size: 60%;
  padding-left: 5px; }

/*# sourceMappingURL=document-library.css.map */