.press-review {
  border-bottom: 1px solid #c8c8c8;
  padding: 2rem 0rem;

  .source a {
    color: #132544;
    font-size: 18px;
    pointer-events: none;
    text-decoration: none;
    font-weight: 600;
  }

  .date {
    color: #9f9f9f !important;
    font-size: 14px;
    font-weight: 600;
    time {
        color: #9f9f9f !important;
    }
  }

  h3 {
    color: #132544;
    font-size: 18px;
    margin: 16px 0rem 0px 0rem;
    font-weight: 400;
  }

  .typology a {
    color: #bb7537;
    font-size: 14px;
    pointer-events: none;
    margin: 10px 0rem 20px 0rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
  }


  .go-to-related-link:hover {
    opacity: .8;
  }

  .go-to-related-link {
    color: #0066cc;
    transition: 0.2s ease;
    font-size: 14px;
    margin: 12px 0rem;
    font-weight: 700;
    text-decoration: none;
        display: flex
;
        align-items: center;

    svg {
        margin-left: 10px;
      fill: #0066cc !important;
    }
  }

  .btn-primary.outline {
    background-color: transparent;
    color: #0066cc;
    border: 12px solid #0066cc;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    svg {
      fill: #0066cc;
    }
  }

  
}

@media (min-width: 576px) {
  .press-review {
    padding: 1rem 0rem 1rem 0rem;
    position: relative;
    .container-buttons {
        position: absolute;
        bottom: 18px;
        right: 0;
        width: 146px;
        display: flex;
        justify-content: flex-end;
        padding: 0;
        flex-direction: row;
    }
  }
}


@media (min-width: 992px) {


    .press-review {
            h3 {
            margin: 0rem 0rem 0px 0rem;
            padding-right: 1rem;
        }

         .typology {
            position: relative;
            top: -4px;
        }
    }
    .container-buttons {
        position: relative;
        bottom: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}


/* OVERWRITE IN NODE EVENT */
.page-node-type--article .press-review .go-to-related-link, 
.page-node-type--event .press-review .go-to-related-link {
  display: none !important;
}