/* mobile */
@media only screen and (max-width: 639px) {
  .promo-codes-page .coupon-timetable .tableheader {
    display: none;
  }

  .promo-codes-page .coupon-timetable .tablerow {
    display: grid;
    border: 1px solid rgb(242, 242, 241);
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: 73px 1fr;
    gap: 12px;
    padding: 0;
    border-bottom: 0;
  }

  .promo-codes-page .coupon-timetable .tablerow .deal-col {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.66px;
    line-height: 25px;
    word-break: break-word;
    border: none;
    display: flex;
    align-items: center;
    background-color: rgb(250, 250, 250);
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 73px;
    white-space: normal;
  }

  .promo-codes-page .coupon-timetable .tablerow .deal-col .deal-amount {
    padding-left: 8px;
  }

  .promo-codes-page .coupon-timetable .tablerow .deal-col .tablecell {
    border: none;
    padding: 0;
    padding-left: 8px;
  }

  .promo-codes-page .coupon-timetable .tablerow .info-col {
    display: flex;
    flex-flow: column;
  }

  .promo-codes-page .coupon-timetable .tablerow .info-col .tablecell {
    border: none;
  }

  .promo-codes-page .coupon-timetable .tablerow .info-col .likely-to-work-title {
    width: auto;
  }

  .promo-codes-page .coupon-timetable .tablerow .info-col .deal-code {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.66px;
    line-height: 25px;
    word-break: break-word;
  }

  .promo-codes-page .coupon-timetable .tablerow .info-col .deal-code {
    padding-bottom: 0;
  }

  .promo-codes-page .coupon-timetable .tablerow .info-col .deal-title {
    padding-top: 0;
    padding-right: 0;
  }

  .promo-codes-page .coupon-timetable div:nth-child(2) {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .promo-codes-page .coupon-timetable .tablerow:first-of-type .deal-col {
    border-top-left-radius: 16px;
  }

  .promo-codes-page .coupon-timetable .tablerow:last-of-type {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom: 1px solid rgb(242, 242, 241);
  }

  .promo-codes-page .coupon-timetable .tablerow:last-of-type .deal-col {
    border-bottom-left-radius: 16px;
  }
}

/* mobile and tablet overrides */
@media only screen and (max-width: 1024px) {
  .promo-codes-page h1.merchantpage__title {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .promo-codes-page h2.product-title {
    font-size: 30px;
    font-weight: bold;
  }

  .promo-codes-page .container300left__main h2.product-deals,
  .promo-codes-page .container300left__main h2.unverified-codes {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }

  .promo-codes-page .container300left__main a.product-deals {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 16px;
    margin-top: 4px;
  }

  .promo-codes-page .product-and-deals .flextable--cell {
    width: 100%;
  }
}

/* Desktop */
@media only screen and (min-width: 1025px) {
  .promo-codes-page .container300left__main a.product-deals {
    margin-bottom: 10px;
  }
}
