.doc-teaser {
  margin: 0px -24px;
  padding: 24px; }
  .doc-teaser-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin: 12px 0px 8px 0px;
    color: #131313;
    transition: opacity 0.4s; }
  .doc-teaser .node__content {
    margin-bottom: 8px; }
  .doc-teaser .text-formatted {
    color: #131313;
    font-size: 16px;
    line-height: 24px; }
  .doc-teaser:hover {
    cursor: pointer; }
    .doc-teaser:hover .doc-teaser-title {
      opacity: 0.6; }
    .doc-teaser:hover .doc-file-info-icon path {
      fill: #3763B6; }

.doc-file-info {
  display: flex;
  align-items: center; }
  .doc-file-info-item {
    font-size: 14px;
    line-height: 14px;
    color: #131313; }
    .doc-file-info-item:not(:last-child) {
      margin-right: 32px; }
    .doc-file-info-item:first-child {
      margin-right: 15px; }
  .doc-file-info-icon path {
    transition: fill 0.4s;
    fill: #4577D4; }
  .doc-file-info-format {
    text-transform: uppercase; }

.doc-file-download {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase; }
