#order-fulfillments {
  .tablist-wrapper {
    margin-bottom: 1.5rem;
    overflow-x: auto;

    > .tablist {
      display: flex;
      width: max-content;
    }

    button {
      color: inherit;
      background-color: inherit;
      border-width: 0;
      padding: 8px 16px;
      border-radius: 0;
      border-bottom: 1px solid #d8d8d8;
    }
    button[aria-selected=true] {
      color: deeppink;
      border-bottom: 2px solid deeppink;
    }
    button[aria-selected=true]:focus { box-shadow: none; }
  }

  .tabpanel[aria-hidden=true] {
    display: none;
  }
  .tabpanel .empty {
    margin: 4rem 1rem; 
    text-align: center;
  }
}
