/* Universal breakpoints */
.featured-offer-tiles {
  gap: 20px;
  justify-content: space-between;
  overflow-x: auto; }

.featured-offer-tile {
  border-radius: 8px;
  overflow: hidden;
  width: 420px;
  max-width: calc(100% - 40px);
  flex: 1 0 auto;
  height: 365px;
  display: flex;
  flex-direction: column;
  position: relative; }
  .featured-offer-tile__top {
    height: 195px;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 16px 24px;
    box-sizing: border-box;
    background-position: center center; }
  .featured-offer-tile__bottom {
    background-color: #3b3d49;
    flex: 1; }
  .featured-offer-tile__drawer {
    text-align: left;
    color: white;
    position: absolute;
    bottom: 0;
    height: 365px;
    max-height: 365px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: rgba(59, 61, 73, 0.75);
    justify-content: end;
    transition: all 0.4s ease-in-out; }
    .featured-offer-tile__drawer.closed {
      min-height: 170px;
      max-height: 170px;
      background-color: #3b3d49; }
    .featured-offer-tile__drawer.hide-overflow p {
      overflow: hidden;
      max-height: 50px;
      position: relative; }
      @media (max-width: 1439px) {
        .featured-offer-tile__drawer.hide-overflow p {
          max-height: 22px; } }
      .featured-offer-tile__drawer.hide-overflow p:after {
        background-color: #3b3d49;
        opacity: 1; }
    .featured-offer-tile__drawer.hide-overflow .featured-offer-tile__drawer__buttons {
      min-height: 0;
      opacity: 0;
      margin-bottom: -43px; }
    .featured-offer-tile__drawer h4 {
      margin: 0;
      font-weight: 400; }
    .featured-offer-tile__drawer p {
      line-height: 22px;
      min-height: 22px;
      max-height: 200px;
      transition: max-height 0.4s ease-in-out;
      position: relative;
      /* Scrollbar styles */ }
      .featured-offer-tile__drawer p::-webkit-scrollbar {
        width: 12px;
        height: 12px;
        cursor: pointer; }
      .featured-offer-tile__drawer p::-webkit-scrollbar-track {
        background: #e8e9ec;
        opacity: 0.7;
        border-radius: 12px; }
      .featured-offer-tile__drawer p::-webkit-scrollbar-thumb {
        border-radius: 12px;
        background: #62657b; }
      .featured-offer-tile__drawer p::-webkit-scrollbar-thumb:hover {
        background: #62657b; }
      .featured-offer-tile__drawer p:after {
        content: "...";
        position: absolute;
        bottom: 0px;
        right: 0;
        height: 22px;
        padding: 0 8px;
        opacity: 0;
        transition: opacity 0.4s ease-in-out; }
    .featured-offer-tile__drawer .featured-offer-tile__drawer__buttons {
      margin-top: 24px;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      gap: 14px;
      min-height: 43px;
      transition: all 0.4s ease-in-out; }
      @media screen and (max-width: 420px) {
        .featured-offer-tile__drawer .featured-offer-tile__drawer__buttons {
          min-height: 96px;
          flex-direction: column; } }
      .featured-offer-tile__drawer .featured-offer-tile__drawer__buttons a,
      .featured-offer-tile__drawer .featured-offer-tile__drawer__buttons span {
        padding: 10px 24px;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 8px; }
      .featured-offer-tile__drawer .featured-offer-tile__drawer__buttons a {
        outline-color: white; }
      .featured-offer-tile__drawer .featured-offer-tile__drawer__buttons span {
        padding: 10px 24px;
        outline-color: #fbc600;
        white-space: nowrap; }
      @media (max-width: 479px) {
        .featured-offer-tile__drawer .featured-offer-tile__drawer__buttons a,
        .featured-offer-tile__drawer .featured-offer-tile__drawer__buttons span {
          flex: 1;
          white-space: nowrap;
          text-align: center; } }
  @media screen and (max-width: 479px) and (max-width: 420px) {
    .featured-offer-tile__drawer .featured-offer-tile__drawer__buttons a,
    .featured-offer-tile__drawer .featured-offer-tile__drawer__buttons span {
      width: calc(100% - 32px); } }

#featured-offer-modal .modal__brand {
  padding: 0 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 24px; }

#featured-offer-modal .modal__heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 8px; }

#featured-offer-modal .modal__footer .modal-disclosure-copy {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px; }
