.field-blocks-section {
  display: grid;
  column-gap: 75px;
}

.downloadable-section-wrapper {
  margin-bottom: 20px;
}
.downloadable-section-wrapper:first-child:nth-last-child(2) ~ :nth-child(2) {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .downloadable-section-wrapper:first-child:nth-last-child(2) ~ :nth-child(2) {
    grid-column: 1;
  }
}
.downloadable-section-wrapper .headline {
  font-size: 1.25rem;
}
.downloadable-section-wrapper .items {
  display: grid;
  grid-template-columns: 50px auto;
  column-gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}
.downloadable-section-wrapper .items .file-name {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 0.9375rem;
}
.downloadable-section-wrapper .items .file-details {
  line-height: 1;
}
.downloadable-section-wrapper .items .file-details span {
  color: var(--ast-global-color-1);
  font-size: 15px;
}
.downloadable-section-wrapper .items .file-actions svg {
  margin-right: 5px;
  vertical-align: middle;
}
.downloadable-section-wrapper .items .file-actions span a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.downloadable-section-wrapper .items .file-actions span a:hover {
  color: var(--ast-global-color-1);
}
.downloadable-section-wrapper .items .file-actions span a:hover svg path {
  stroke: var(--ast-global-color-1);
}
.downloadable-section-wrapper .items .file-actions span.download::after {
  content: "";
  border-right: 1px solid;
  padding-left: 10px;
  margin-right: 5px;
}
.downloadable-section-wrapper .items .file-actions span.view {
  position: relative;
}
.downloadable-section-wrapper .items .file-actions span.view .preview {
  opacity: 0;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) scale(0);
  position: absolute;
}
.downloadable-section-wrapper .items .file-actions span.view a:hover + .preview {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  z-index: 9;
  top: 100%;
  right: 100%;
  left: auto;
  transition: all 0.3s ease-in-out;
}
.downloadable-section-wrapper .items .file-actions span.view a:hover + .preview img {
  max-width: 200px;
}

/*# sourceMappingURL=downloadable-content.css.map */
