article.node--type-current-service-status {
  &.node--view-mode-history-teaser,
  &.node--view-mode-teaser {
    border: 1px solid #1f4d72;
    display: flex;
    width: 100%;
    border-radius: 20px;
    height: 100%;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    &:hover {
      background-color: rgba(0, 122, 179, 0.1);
      transition: all 0.2s ease-out;
      .node__title {
        color: #1f4d72;
      }
      .service--description {
        color: black;
      }
      .service--status--title {
        color: black;
      }
    }
  }
  &.node--view-mode-history-teaser,
  > a {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .field--type-entity-reference {
    margin: 0;
  }
  .vocabulary-service-status {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .node__title {
    color: #1f4d72;
  }
  .service--description {
    color: black;
  }
  .service--status--title {
    color: black;
  }
}
.view-services-status {
  .service-status-header {
    margin-bottom: 15px;
  }
  .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    &::before {
      content: none;
    }
    .views-row {
      max-width: 100%;
      height: 100%;
      padding-bottom: 15px;
    }
  }
}
.history-list-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
  margin-bottom: 15px;
  .service-time {
    font-size: 1.2rem;
  }
}
