bb-event-instance-details {

  .EventInstanceDetails {
    @include column-flex-container;

    &__row {
      @include flex-row;
      border-bottom: border(1);
      padding: {
        top: spacing(10);
        bottom: spacing(10);
      }
    }

    &__col {
      @include flex-column(100%);
    }

    &__row-title-col {
      @include flex-column(10%);
    }

    &__row-data-col {
      @include flex-column(90%);
    }

    &__section-title {
      color: $studio-raven-pale-gray;
      font: {
        size: 16px;
      }
      margin: 0
    }

    &__spaces-row {
      margin-top: spacing(60);
    }

    &__row-title {
      font: {
        weight: 600;
      }
    }
  }
}

