@use '../abstracts/variables' as SRC;

.FacetPlotsCard {  
  background-color: white;
  overflow: hidden;
  &__titlebar {
    min-height: 64px;
    padding: 12px 25px;
    display:flex;
    flex-direction: column;
    justify-content: center;
  }
  &__title {
    font-size: 16px;
    font-weight: bold;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  &__description {
    padding: 10px 0px;
    min-height: 125px;
  }
  &__link {
    padding-top: 10px;
    font-weight: bold;
  }
  &__body {
    padding: 33px 44px;
    &__row {
      display: flex;
      min-height: 130px;
    }
    &__facetname {
      text-align: center;
      font-weight: bold;
    }
    &__plot {
      width: 60%;
    }
    &__footer {
      display: flex;
      text-align: center;
      white-space: nowrap;
    }
    hr {
      margin: 33px 0px;
    }
  }
  &__loading {
    min-height: 400px;
  }
  @media (max-width: map-get(SRC.$breakpoints, 'medium')) {
    margin: 15px 0px;
  }
}
