.apex-c-floorplanList {}
  .apex-c-floorplanList--buttons {
    flex: 1 1 100% !important;
  }
  .apex-c-floorplanList--buttons .jdm-c-buttonGroup--items {
    justify-content: center;
  }
  .apex-c-floorplanList--icons {
    display: none;
    line-height: 0;
  }
  .apex-c-floorplanList--item {
    border-bottom: 2px solid #DAAA00;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5em 0;
  }
  .apex-c-floorplanList--item:first-child {
    padding-top: 0;
  }
  .apex-c-floorplanList--item td,
  .apex-c-floorplanList--item th {
    flex: 0 1 auto;
    min-width: 8em;
    padding: 0.5em;
    vertical-align: middle;
  }
  .apex-c-floorplanList--label {
    font-weight: 600;
  }
  .apex-c-floorplanList--table {
    border-collapse: collapse;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
  .apex-c-floorplanList--value {
    font-size: 1.125em;
    font-weight: 700;
  }
  .apex-c-floorplanList--wrapper {
    overflow-x: auto;
    overflow-y: visible;
  }

@media (min-width: 48em), print {
  .apex-c-floorplanList {}
    .apex-c-floorplanList--buttons {
      width: 0;
    }
    .apex-c-floorplanList--buttons .jdm-c-buttonGroup--items {
      justify-content: flex-start;
    }
    .apex-c-floorplanList--icons {
      display: table-row-group;
    }
    .apex-c-floorplanList--item {
      border-top-width: 0;
      display: table-row;
      padding: 0;
    }
    .apex-c-floorplanList--item td,
    .apex-c-floorplanList--item th {
      border-bottom: 2px solid #DAAA00;
      display: table-cell;
      min-width: 0;
      padding: 2em 1em;
    }
    .apex-c-floorplanList--table {
      white-space: nowrap;
    }
}

@media print {
  .apex-c-floorplanList--table {
    white-space: normal;
  }
}
