/* Sprint 648 — compact cart flow + solid promotional cards
   Desktop-only visual override. No gradients. */
@media (min-width:1024px){

  /* Remove the oversized vertical/dead area between cart and promotions. */
  body.tf-cart-route .tf-cart-page-643,
  body.tf-cart-route main,
  body.tf-cart-route .main-content{
    min-height:0!important;
  }

  body.tf-cart-route .cart-layout{
    align-items:start!important;
    margin-bottom:14px!important;
  }

  body.tf-cart-route .cart-items,
  body.tf-cart-route .cart-items-list,
  body.tf-cart-route .cart-list{
    min-height:0!important;
    height:auto!important;
  }

  /* Solid promotional offer cards: warm yellow / coral / navy. */
  .tf-cart-offers-647{
    gap:12px!important;
    margin:0 0 14px!important;
  }

  .tf-cart-offers-647 article,
  .tf-cart-offers-647 article.is-primary{
    min-height:148px!important;
    padding:18px 20px!important;
    border-radius:16px!important;
    box-shadow:0 10px 24px rgba(12,38,70,.10)!important;
    background-image:none!important;
  }

  .tf-cart-offers-647 article:nth-child(1){
    background:#fff0b8!important;
    border:1px solid #f0d36d!important;
    color:#102b4f!important;
  }
  .tf-cart-offers-647 article:nth-child(2){
    background:#d95757!important;
    border:1px solid #c84b4b!important;
    color:#fff!important;
  }
  .tf-cart-offers-647 article:nth-child(3){
    background:#10365f!important;
    border:1px solid #10365f!important;
    color:#fff!important;
  }

  .tf-cart-offers-647 article::after{display:none!important;}

  .tf-cart-offers-647 article:nth-child(1) span{color:#7b5600!important;}
  .tf-cart-offers-647 article:nth-child(1) strong{color:#102b4f!important;}
  .tf-cart-offers-647 article:nth-child(1) small{color:#52647b!important;}
  .tf-cart-offers-647 article:nth-child(1) b{
    color:#102b4f!important;
    border-color:#d2aa2e!important;
    background:#fff8df!important;
  }

  .tf-cart-offers-647 article:nth-child(2) span,
  .tf-cart-offers-647 article:nth-child(3) span{color:#ffe58a!important;}
  .tf-cart-offers-647 article:nth-child(2) strong,
  .tf-cart-offers-647 article:nth-child(3) strong{color:#fff!important;}
  .tf-cart-offers-647 article:nth-child(2) small,
  .tf-cart-offers-647 article:nth-child(3) small{color:rgba(255,255,255,.82)!important;}
  .tf-cart-offers-647 article:nth-child(2) b,
  .tf-cart-offers-647 article:nth-child(3) b{
    color:#fff!important;
    border-color:rgba(255,255,255,.50)!important;
    background:rgba(255,255,255,.10)!important;
  }

  /* Sponsored area follows immediately after cart, with solid card styling. */
  .tf-cart-sponsored-647{
    width:calc(100% - 56px)!important;
    max-width:none!important;
    min-height:190px!important;
    margin:14px auto 14px!important;
    padding:24px 28px!important;
    border:1px solid #efcf6a!important;
    border-radius:18px!important;
    background:#fff0b8!important;
    background-image:none!important;
    box-shadow:0 12px 28px rgba(30,46,70,.09)!important;
  }

  .tf-cart-sponsored-copy span{color:#8a5b00!important;}
  .tf-cart-sponsored-copy h2{
    color:#172b46!important;
    font-size:28px!important;
  }
  .tf-cart-sponsored-copy p{color:#53647a!important;}

  .tf-cart-sponsored-copy a{
    border-color:#10365f!important;
    background:#10365f!important;
    color:#fff!important;
  }
  .tf-cart-sponsored-copy a.secondary{
    border-color:#b9942d!important;
    background:#fff8df!important;
    color:#17304f!important;
  }

  .tf-cart-sponsored-stats article{
    min-height:100px!important;
    border:1px solid #e2c45f!important;
    background:#fff8df!important;
    backdrop-filter:none!important;
  }
  .tf-cart-sponsored-stats strong{color:#17304f!important;}
  .tf-cart-sponsored-stats small{color:#66758a!important;}

  /* Compact lower information cards; no artificial bottom gap. */
  .tf-cart-desktop-insights-646{
    margin-top:12px!important;
    margin-bottom:22px!important;
  }

  .tf-cart-desktop-insights-646 article{
    min-height:96px!important;
    background:#fff!important;
    background-image:none!important;
  }
}

/* New desktop promos remain hidden on tablet/mobile as in previous sprint. */
@media (max-width:1023px){
  .tf-cart-offers-647,
  .tf-cart-sponsored-647{display:none!important;}
}
