
.node--type-tasting.node--view-mode-table-view {
  margin-top: 0;
}

.node--type-tasting.node--view-mode-table-view > .node__content {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

@media screen and (min-width: 768px) {
  .node--type-tasting.node--view-mode-table-view > .node__content {
    grid-template-columns: repeat(7, 1fr) 80px;
  }
}

.node--type-tasting.node--view-mode-table-view > .node__content > .field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 2px;
}

.node--type-tasting.node--view-mode-table-view > .node__content > .field--name-uid {
  justify-content: flex-end;
  align-items: flex-start;
}

.node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-appearance,
.node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-aroma,
.node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-taste,
.node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-aftertaste,
.node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-impression {

  justify-content: space-between;

  .field__label {
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
    hyphens: none;
  }

  .field__item,
  .field__items {
    font-weight: bold;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-appearance,
  .node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-aroma,
  .node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-taste,
  .node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-aftertaste,
  .node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-impression {
    .field__label {
      font-weight: normal;
      font-size: 14px;
    }

    .field__item,
    .field__items {
      font-weight: bold;
      font-size: 18px;
    }
  }
}

.node--type-tasting.node--view-mode-table-view > .node__content > .field--name-field-total {
  color: var(--gin-color-primary);
  align-items: flex-start;
  padding: 10px 5px;
}



