.slab__content {
  position: relative;
  text-align: center;
  padding: 1.5rem 2rem 1.5rem;
  border-radius: var(--border-radius);
  background: var(--linear-gradient-brand);
}

.slab__icon {
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
}

.slab__title {
  --top-margin-scaling-factor: 0;
  --text-font-size: var(--fs-h4);
  font-size: var(--fs-h4);
  margin-bottom: 1rem;
}

.slab__title a {
  word-break: break-word;
}

.slab__filesize {
  --text-font-size: 13;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.slab--download .slab__group {
  padding-bottom: 1rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.slab__icon--download {
  background-image: url("/assets/application/template/icon--download-3c5dd8e1.svg");
}

.slab__icon--link-internal {
  background-image: url("/assets/application/template/icon--link-internal-9c80906b.svg");
}

.slab__icon--link-external {
  background-image: url("/assets/application/template/icon--link-external-ff166f0c.svg");
}

.slab--cta .slab__title {
  color: var(--white);
}

@media (min-width: 48rem) {
  .slab__content {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
  }
  .slab__icon {
    height: 24px;
    width: 24px;
  }
  .slab__title {
    margin-bottom: 0;
  }
  .slab__content .btn {
    flex-shrink: 0;
  }
  .slab--download .slab__content {
    text-align: left;
    justify-content: space-between;
    gap: 1.25rem;
  }
  .slab--download .slab__group {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
  }
  .slab--download .btn {
    margin-left: auto;
  }
  .slab__filesize {
    margin: 0;
    padding-top: 3px;
    flex-shrink: 0;
  }
  .slab--cta .slab__content {
    gap: 1.5rem;
  }
}

/*# sourceMappingURL=/assets/application/content-modules/slab-modules-1027156d.css.map */
