/* OneTrust */

#onetrust-consent-sdk {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    Liberation Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color emoji !important;
}

#onetrust-policy-text b {
  font-weight: bolder;
}

/* ============================Home Page Styles========================= */
#page--home {
  .btn {
    padding: 1rem 1.5rem;
  }

  /* Carousel Customization */
  .slick-list {
    padding: 0 !important;
  }

  .slick-prev,
  .slick-next {
    left: unset;
    right: unset;
    position: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .slick-prev::before,
  .slick-next::before {
    content: "";
  }

  .bg--white-paper {
    background-image: url("https://media.longhornsteakhouse.com/images/site/ext/pages/home/lh-home-white-paper-bg-1440w_cropped.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .bg--space-black {
    background-color: black;
  }

  .rounded-4 {
    border-radius: 1rem;
  }

  .pb-10 {
    padding-bottom: 2.5rem;
  }

  a {
    text-decoration: none !important;
  }

  .translateY-n125 {
    transform: translateY(-125%) !important;
  }

  .section-title,
  .story-title {
    font-size: 2.25rem;
    font-weight: normal;
  }

  .hero-section {
    aspect-ratio: 9/16;
    height: 85vh;
    width: 100vw;

    .hero-content {
      position: relative;
      z-index: 1;
    }

    .hero-title {
      font-size: 4rem;

      .font--league-gothic {
        font-weight: normal;
      }

      .font--play-fair-display,
      .font--playfair-display {
        font-weight: 900;
      }

      .headline-text-shadow {
        text-shadow: 0 0 4.943px rgba(0, 0, 0, 0.57);
      }
    }

    .scroll-arrow img {
      scale: 0.35;
    }

    .btn-controls {
      position: absolute;
      bottom: 15px;
      right: 15px;
      cursor: pointer;
      opacity: 0.6;

      &:hover {
        opacity: 0.8;
      }

      #video-controls-toggle,
      button {
        color: rgb(255, 255, 255, 0.6);
      }
    }
  }

  .signup-form {
    border-radius: 1rem;
    border: 2px solid #831a2e;

    p {
      margin-bottom: 0;
      font-size: 0.75rem;
    }

    h2 {
      font-size: 2rem;
      font-weight: normal;
    }

    input {
      border-radius: 4px;
      height: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
    }

    input::placeholder {
      font-size: 0.75rem;
    }

    input:-moz-placeholder {
      font-size: 0.75rem;
    }

    input:-ms-input-placeholder {
      font-size: 0.75rem;
    }

    input::-webkit-input-placeholder {
      font-size: 0.75rem;
    }

    #email-wrong-format {
      font-size: 80%;
    }

    .disclaimer {
      font-size: 0.75rem;
      line-height: 1.3;
    }

    .signup-button {
      transform: translateY(50%);
    }
  }

  .section-carousel {
    .food-info {
      h3 {
        font-size: 0.9rem;
        font-weight: bold;
        font-family: var(--brand-base-font,
            "Montserrat",
            "Poppins",
            "Avenir",
            "Futura",
            "Museo Sans",
            "Helvetica Neue",
            Helvetica,
            Arial,
            sans-serif);
      }
    }

    .food--name {
      font-size: 0.93rem;
      font-weight: bold;
      font-family: var(--brand-base-font,
          "Montserrat",
          "Poppins",
          "Avenir",
          "Futura",
          "Museo Sans",
          "Helvetica Neue",
          Helvetica,
          Arial,
          sans-serif);
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.32);
      letter-spacing: -0.24px;
    }

    .carousel-controls {
      gap: 0.5rem;
      padding: 0;
    }

    .carousel-indicators {
      color: black;
      font-weight: 600;
      position: unset;

      .divider {
        height: 3px;
        width: 4rem;
        margin: auto 1rem;
        position: relative;
        background-color: black;
        color: transparent;
      }
    }
  }

  .story-app-section {
    padding-top: 6rem;
  }

  .section-links {
    padding-left: 1.875rem;
    padding-right: 1.875rem;

    .app-icon {
      img {
        width: 4rem;
      }
    }

    .app-downloads {
      img {
        width: 9.375rem;
      }
    }

    .app-content h3,
    .app-downloads h3 {
      font-family:
        "League Gothic", "Impact", "Anton", "Oswald", "Arial Narrow", sans-serif;
      font-weight: normal;
      font-size: 1.25rem;
      color: #782434;
      margin-bottom: 0;
    }

    .app-content a {
      color: #782434;
      font-family:
        "Montserrat", "Poppins", "Raleway", "Helvetica Neue", "Arial",
        sans-serif;
      font-size: 0.93rem;
      font-weight: 700;
      white-space: nowrap;
      text-transform: uppercase;
    }
  }

  /* Gift Modules Styling - Holiday gift card and knife set modules */
  .gift-module {
    border-radius: 0;
  }

  .gift-module__image img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  /* Gift Modules Section */
  .gift-modules-section {
    padding: 4rem 0;
  }

  #successful-signup-message {
    .gift-module__ti h2 {
      font-size: clamp(1.9rem, 7vw, 4rem);
    }

    p {
      font-size: clamp(1rem, 5vw, 1.5rem);
    }
  }

  .bg-ridged-glossy-black {
    background: url("https://media.longhornsteakhouse.com/images/site/ext/pages/home/lh-home-black-ridged-top-background_small.png") top/cover no-repeat;
  }

  @media (min-width: 360px) {
    .signup-form {
      h2 {
        font-size: 2.5rem;
      }

      p {
        font-size: 0.875rem;
      }
    }
  }

  @media (min-width: 390px) {
    .section-links {
      .app-content a {
        font-size: 1rem;
      }
    }
  }

  @media (min-width: 425px) {
    .section-links {

      .app-content h3,
      .app-downloads h3 {
        font-size: 1.5rem;
      }
    }
  }

  @media (min-width: 576px) {
    .story-app-section {
      padding-top: 10rem;
    }

    .section-links {

      .app-content h3,
      .app-downloads h3 {
        font-size: 1.75rem;
      }

      .app-content a {
        font-size: 1.25rem;
      }
    }
  }

  @media (min-width: 768px) {
    .flex-md-1 {
      flex: 1 !important;
    }

    .flex-md-2 {
      flex: 2 !important;
    }

    .section-carousel {
      .carousel-indicators {
        .divider {
          width: 9rem;
        }
      }
    }

    .bg-ridged-glossy-black {
      background: url("https://media.longhornsteakhouse.com/images/site/ext/pages/home/lh-home-black-ridged-top-background.png") top/cover no-repeat;
    }

    .story-title {
      font-size: 4rem;
    }

    .signup-form {
      h2 {
        font-size: 3.5rem;
      }
    }

    .section-carousel {
      .food--name {
        font-size: 1rem;
        color: #000;
      }

      .carousel-controls .carousel-next {
        background: url("https://media.longhornsteakhouse.com/images/site/ext/pages/home/lh-home-carousel-arrow.svg") center/contain no-repeat !important;
        transform: scaleX(-1);
      }

      .carousel-controls .carousel-prev {
        background: url("https://media.longhornsteakhouse.com/images/site/ext/pages/home/lh-home-carousel-arrow.svg") center/contain no-repeat !important;
      }
    }

    .section-links {
      .app-icon {
        img {
          width: 5rem;

          &.img-app {
            width: 4rem;
          }
        }
      }

      .app-content h3,
      .app-downloads h3 {
        font-size: 1.4rem;
        white-space: nowrap;
      }

      .app-content a {
        font-size: 1rem;
      }
    }

    .btn-order {
      font-size: 1rem;
    }
  }

  @media (min-width: 992px) {
    .gap-lg-4 {
      gap: 1rem !important;
    }

    .rotate-15deg {
      transform: rotate(-10deg) !important;
    }

    .w-lg-75 {
      width: 75% !important;
    }

    .hero-section {
      .hero-title {
        font-size: 6rem;
      }

      .scroll-arrow img {
        scale: 0.35;
      }
    }

    .signup-form {
      h2 {
        flex: 0 1;
        font-size: 2.5rem;
      }

      .signup-button {
        transform: unset;
      }

      .form-group {
        flex: 1 1 0;
      }

      .signup-button {
        transform: unset;
      }
    }

    .section-carousel {
      .food--name {
        font-size: 0.93rem;
      }
    }

    .section-links {
      .app-icon {
        img {
          width: 7rem;

          &.img-app {
            width: 5rem;
          }
        }
      }
    }
  }

  @media (min-width: 1024px) {
    .section-links {

      .app-content h3,
      .app-downloads h3 {
        font-size: 1.75rem;
      }

      .app-content a {
        font-size: 1.15rem;
      }
    }
  }

  @media (min-width: 1200px) {
    .flex-xl-1 {
      flex: 1 !important;
    }

    .gap-xl-8 {
      gap: 2rem !important;
    }

    .signup-form {
      h2 {
        font-size: 4.5rem;
      }
    }

    .section-title,
    .story-title {
      font-size: 5rem;
    }

    .section-carousel {
      .food--name {
        font-size: 1.2rem;
      }

      .carousel-indicators .indicator {
        font-size: 1.5rem;
      }
    }

    .section-links {

      .app-content h3,
      .app-downloads h3 {
        font-size: 1.75rem;
      }

      .app-content a {
        font-size: 1.15rem;
      }
    }
  }

  @media (min-width: 1400px) {
    .pt-xxl-32 {
      padding-top: 8rem !important;
    }

    .section-carousel {
      .food--name {
        font-size: 1.3rem;
      }
    }

    .section-links {
      .app-downloads img {
        width: 80%;
      }
    }

    @media (min-width: 1600px) {
      .section-carousel {
        .food--name {
          font-size: 1.5rem;
        }
      }
    }

    @media (min-width: 1800px) {
      .section-carousel {
        .food--name {
          font-size: 1.65rem;
        }
      }
    }
  }
}

/* FOOTER */

footer .footer-nav-item .img-privacy-notice {
  width: 2em;
}

footer .button-wrapper a {
  font-size: 1rem;
}

.footer .social-app-wrapper .social-links-wrapper img {
  width: 34px;
}

/* NRO (locations/new-locations Page ------------------------------------------------------------ START*/
.locations-page {
  margin: 0;
  padding: 32px 0 32px;
  background: transparent;
  min-height: calc(100vh - 430px);

  .new-locations.container {
    max-width: 880px;
    border-radius: 12px;
    padding: 24px;
  }

  .new-locations p.no-record {
    text-align: center;
    font-family: var(--brand-subheading-font);
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .new-locations .tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 680px;
    /* padding: 3px; */
    /* background: #e7e7e7; */
    border-radius: 40px;
  }

  .new-locations .tab {
    flex: 1;
    padding: 8px 12px;
    text-align: center;
    font-family: var(--brand-subheading-font);
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
    color: #831a2e;
    border-radius: 40px;
    cursor: pointer;
    transition: background 0.25s ease;
    background: #e7e7e7;
  }

  .new-locations .tab a {
    color: inherit !important;
    text-decoration: none;
    text-wrap-mode: nowrap;
    white-space: nowrap;
  }

  .new-locations .tab:not(.active):hover {
    background: #dcdcdc;
  }

  .new-locations .tab.active {
    background: #831a2e;
    color: #ffffff;
  }

  .new-locations a {
    color: #000;
  }

  .location-card {
    display: flex;
    gap: 20px;
    min-height: 150px;
    margin-bottom: 16px;
    background: transparent;
    border: 1px solid #d6d6d6;
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
  }

  .location-card .card-image {
    /* flex: 0 0 115rem; */
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .location-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .card-content {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    padding: 32px;
    flex-direction: column;
  }

  .loc-title {
    font-family: var(--brand-subheading-font);
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    margin-bottom: 0;
  }

  a .loc-title:hover {
    color: #831a2e;
  }

  .card-text a {
    text-decoration: underline !important;
    color: #000;
  }

  .card-text a:hover {
    text-decoration: none !important;
  }

  .address {
    font-family: var(--brand-base-font);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #000;
  }

  .card-status {
    display: flex;
    align-items: center;
  }

  .status-pill {
    padding: 8px 32px;
    border-radius: 30px;
    background: #831a2e;
    font-family: var(--brand-base-font);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
  }

  .comingsoon .status-pill {
    background: #d7e9eb;
    color: #000000;
  }

  @media (max-width: 767px) {
    .locations-page {
      padding: 20px 0 20px;

      .new-locations.container {
        padding: 16px;
      }

      .new-locations .tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;

        background: transparent;
        border-radius: 16px;
      }

      .new-locations .tab {
        padding: 12px 0;
        background: #e7e7e7;
      }

      .new-locations .tab:hover {
        background: #dcdcdc !important;
      }

      .new-locations .tab.active:hover {
        background: #020001 !important;
      }

      .location-card {
        gap: 10px;
      }

      .card-content {
        display: grid;
        grid-template-rows: auto auto;
        gap: 16px;
        padding: 20px 20px 20px 0;
        justify-content: center;
      }

      .card-text {
        text-align: center;
      }

      .card-status {
        justify-content: center;
        width: 100%;
      }

      .status-pill {
        padding: 6px 14px;
      }
    }
  }

  @media (min-width: 576px) {
    .location-card {
      flex-direction: row;
    }

    .location-card .card-image {
      flex: 0 0 12.5rem;
    }
  }

  @media (min-width: 768px) {
    .new-locations .tabs {
      flex-wrap: nowrap;
      background: #e5e4e0;
    }
  }

  @media (min-width: 992px) {
    .card-content {
      flex-direction: row;
      align-items: center;
    }

    .address {
      margin-bottom: 0;
    }
  }
}

/* NRO (locations/new-locations  Page ------------------------------------------------------------END*/

/* accessibility-statement Page ------------------------------------------------------------ START*/
.page--accessibility {
  background: #fff;
}

.page--accessibility .container--iframe {
  max-width: 960px;
  padding: 48px 0;
}

.page--accessibility h1 {
  font-family: var(--brand-subheading-font, 'League Gothic'), "Oswald", "Arial Narrow", "Helvetica Neue Condensed", "Helvetica", "Arial";
  font-size: 2.5rem;
  line-height: normal;
  color: var(--brand-color-body, #020001);
  padding: 8px 0 12px;
  margin-bottom: 40px;
}

@media(max-width: 768px) {
  .page--accessibility h1 {
    font-size: 1.5rem;
    padding: 0 40px;
  }
}

/* accessibility-statement Page ------------------------------------------------------------ END*/


/* ============================================================
   FAQ Accordion 
   ============================================================ */


#page--faq .faq__title {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--brand-color-body, #020001);
  margin-bottom: 24px;
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 1px;
}

#page--faq .faq__block-container,
#page--faq .faq__flex-container {
  padding-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

/* ==========================================================================
   CATEGORY NAVIGATION
   ========================================================================== */

#page--faq .faq__category-nav {
  margin-bottom: 3rem;
  margin: 0 auto;

  .faq__category-nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 2rem;
  }

  .faq__category-nav-list li {
    list-style-type: none;
  }

  .faq__nav-btn {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0.5rem 0.75rem;
    background-color: var(--brand-color-burgundy, rgb(120, 36, 52));
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: "Karla-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    transition: transform 0.2s ease;
    border: 2px solid var(--brand-color-burgundy, rgb(120, 36, 52));
  }

  .faq__nav-btn:hover {
    color: var(--brand-color-burgundy, rgb(120, 36, 52));
    background-color: #fff;
  }
}

#page--faq .faq__layout {
  padding: 0 16px;
}

/* ==========================================================================
   Right Rail
   ========================================================================== */

#page--faq .faq__right-rail {
  display: none;

  .faq__right-rail-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-left: 0;
    margin: 2rem 0;
  }

  .faq__right-rail-link {
    color: var(--brand-color-burgundy, rgb(120, 36, 52));
    font-family: var(--brand-body-font-family);
    text-transform: uppercase;
    line-height: 1.3 !important;
    font-weight: 600;
  }

  .faq__right-rail-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }

  .faq__right-rail-contact-us {
    padding: 4px 12px;
  }

  .faq__right-rail-banner {
    position: relative;
  }

  .faq__right-rail-banner-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .faq__right-rail-banner-title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
  }

  .faq__right-rail-banner-description {
    font-size: 16px;
    line-height: 1.5;
  }

  .faq__right-rail-banner-description>*:first-child {
    margin-top: 0;
  }

  .faq__right-rail-banner-description>*:last-child {
    margin-bottom: 0;
  }

  .faq__right-rail-banner-cta {
    position: absolute;
    display: inline-flex;
    margin-top: 16px;
    text-decoration: none;
    font-weight: 700;
    position: absolute;
    bottom: 8%;
    background-color: var(--brand-color-burgundy, rgb(120, 36, 52));
    color: #fff;
    cursor: pointer;
    font-family: "Karla-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    transition: transform 0.2s ease;
    right: 60%;
  }
}

#page--faq .faq__accordion {
  .faq__category-title {
    font-size: 2.25rem;
    font-weight: 400;
    color: var(--cg-charcoal, #282728);
    text-transform: uppercase;
  }

  .faq__category-description {
    color: var(--brand-body-default-color, #303030);
    font-size: 1rem;
  }

  .faq__item {
    border-bottom: 1px solid #d8d8d8;
    background: transparent;
    transition: all 0.3s ease;

    .faq__item-heading {
      margin-bottom: 0;

      .faq__trigger {
        width: 100%;
        background-color: transparent;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: var(--brand-charcoal, #282728);
        border: none;
        text-align: left;
        transition: background-color 0.3s ease;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -ms-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;

        &.collapsed {
          background-color: transparent;
        }

        &[aria-expanded="true"],
        &[aria-expanded="false"]:hover {
          color: #fff;
          background-color: var(--brand-color-burgundy, rgb(120, 36, 52));
        }

        &[aria-expanded="false"] {
          background-color: transparent;
        }

        &[aria-expanded="true"] {
          .faq__icon {
            &::after {
              transform: rotate(90deg);
              opacity: 0;
            }
          }
        }

        &[aria-expanded="true"],
        &[aria-expanded="false"]:hover {
          color: #fff;
          background-color: var(--brand-color-burgundy, rgb(120, 36, 52));

          .faq__icon::before,
          .faq__icon::after {
            background-color: #fff;
          }
        }

        .faq__icon {
          position: relative;
          width: 10px;
          height: 10px;
          flex-shrink: 0;

          &::before,
          &::after {
            content: "";
            position: absolute;
            background-color: var(--brand-color-burgundy, rgb(120, 36, 52));
            transition:
              transform 0.4s ease,
              opacity 0.4s ease;
          }

          &::before {
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            margin-top: -1px;
          }

          /* Vertical line */
          &::after {
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            margin-left: -1px;
          }
        }
      }

      .faq__question-text {
        font-size: 1rem;
        padding-right: 15px;
        transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        text-transform: uppercase;
      }
    }

    .faq__answer {
      p {
        font-size: 1rem;
        color: var(--cg-charcoal, #282728);
        margin-bottom: 0;

        &+p {
          margin-top: 1rem;
        }
      }

      .faq-section__link:hover {
        text-decoration: underline;
      }

      a {
        font-size: 1rem;
        color: #831a2e;
        font-weight: 600;
      }
    }

    .faq__collapse {
      padding: 1rem;
    }
  }
}

#page--faq.most-popular-faq__subtitle {
  font-size: 1rem;
}

@media (min-width: 540px) {
  .faq__accordion {
    .faq__category-title {
      font-size: 1.25rem;
      font-weight: 400;
    }

    .faq__category-description {
      font-size: 1.125rem;
    }

    .faq__item {
      .faq__item-heading {
        font-family:
          "Montserrat", "Poppins", "Avenir", "Futura", "Museo Sans",
          "Helvetica Neue", Helvetica, Arial, sans-serif;

        .faq__question-text {
          font-size: 1.25rem;
        }
      }

      .faq__answer {

        p,
        a {
          font-size: 1rem;
        }
      }
    }
  }
}

@media (min-width: 768px) {

  .faq__flex-container {
    flex: 0 0 66.6%;
  }

  .faq__title {
    font-size: 4rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
  }

  .faq__category {
    margin-bottom: 2rem !important;
  }

  .faq__category-nav-list li:not(:last-child) {
    display: block;
  }

  .faq__category-nav-list li:not(:last-child)::after {
    margin-left: 20px;
    pointer-events: none;
  }

  /* ==========================================================================
   CATEGORY NAVIGATION
   ========================================================================== */
  #page--faq .faq__category-nav {
    margin-bottom: 3rem;

    .faq__category-nav-list {
      display: flex;
      justify-content: center;
      gap: 20px;
      font-size: 1.1rem;
      font-weight: 700;
      flex-direction: row;
      flex-wrap: wrap;
    }

    .faq__category-nav-list li {
      list-style-type: none;
    }

    .faq__category-nav-list li:not(:last-child) {
      display: flex;
      align-items: center;
    }

    .faq__category-nav-list li:not(:last-child)::after {
      margin-left: 20px;
      pointer-events: none;
    }

    .faq__nav-btn {
      display: inline-block;
      padding: 10px 24px;
      font-size: 16px;
      line-height: 1.3;
      text-decoration: none;
    }

    .faq__category-nav-list li:hover {
      text-decoration: none;
    }
  }

  /* ==========================================================================
   RIGHT RAIL SECTION (SIDE BAR)
   ========================================================================== */
  #page--faq .faq__right-rail {
    display: block;

    .faq__right-rail-title {
      color: var(--brand-charcoal, #282728);
      font-size: 2rem;
      text-transform: uppercase;
    }
  }

  .faq__accordion {
    .faq__item {
      .faq__item-heading {
        .faq__trigger {
          padding: 1rem;
        }
      }

      .faq__collapse {
        padding: 1rem;
      }
    }
  }
}

/* Overriding the 100% width for desktop screens */
@media (min-width: 992px) {
  #page--faq .faq__layout .faq__main.faq__flex-container {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 1200px) {
  .container--faq {
    max-width: 1140px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .faq__accordion {
    .faq__category-title {
      font-size: 1.5rem;
    }

    .faq__category-description {
      font-size: 1.25rem;
    }

    .faq__item {
      .faq__item-heading {
        .faq__question-text {
          font-size: 1.25rem;
        }
      }

      .faq__answer {

        p,
        a {
          font-size: 1.25rem;
        }
      }
    }
  }
}

/* FAQS ------------------------------------------------------------ END*/