/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.offer-tabs {
    display: block;
    width: 100%;
    margin: 3rem 0;
  }
  
  .offers__label {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
  }
  /*
    Colors
  */
  /*
    Width
  */
  /*
    Space
  */
  /*
      Shadow
  */
  .switch {
    overflow: hidden;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    background-color: #f8f3f4;
    border-radius: 7px;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 2rem;
  }
  .switch__button {
    cursor: pointer;
    padding: 0.8rem 1.3rem;
    text-align: center;
    white-space: nowrap;
    color: #2e2828;
    font-size: 0.875rem;
    outline: none;
    border: none;
    background-color: transparent;
  }
  .switch__button:hover {
    background-color: #f1eded;
  }
  .switch__button.-active {
    background-color: #b61539;
    color: #fff;
  }