/* https://risorse.tim.it/content/dam/flytoco-areapubblica-aemfe/tim_it/css/energia/sub-home-cards-custom.css */

/* colore bianco per i testi della fascia TRA nella card in evidenza */

[data-row-id=selezione_offerta_container] .to-subhome-cards .to-subhome-cards__main .tm-tile--theme-dark .tm-tile__tra {
  color: #ffffff;
}

[data-row-id=selezione_offerta_container] .to-subhome-cards .to-subhome-cards__main .tm-tile--theme-dark .tm-tile__tra-info .ta-button__icon {
  color: #ffffff;
}

/* allineo verticalmente la fascia TRA da 1024 in su */

/* 1em = 16px */

/* 48em =  768px */
@media (min-width: 48em) {}

/* 64em = 1024px */
@media (min-width: 64em) {

  [data-row-id=selezione_offerta_container] .to-subhome-cards .to-subhome-cards__main .tm-tile--subhome .tm-tile__body .tm-tile__body-top {
    position: relative;
    min-height: 45rem;
    margin-bottom: 2rem;
    padding: 0 0 6rem 0;
  }

  [data-row-id=selezione_offerta_container] .to-subhome-cards .to-subhome-cards__main .tm-tile--subhome:first-child .tm-tile__body .tm-tile__body-top .tm-tile__features,
  [data-row-id=selezione_offerta_container] .to-subhome-cards .to-subhome-cards__main .tm-tile--subhome .tm-tile__body .tm-tile__body-top .tm-tile__features {
    min-height: 0 !important;
  }

  [data-row-id=selezione_offerta_container] .to-subhome-cards .to-subhome-cards__main .tm-tile--subhome .tm-tile__body .tm-tile__body-top .tm-tile__tra {
    position: absolute;
    bottom: 0;
    min-height: 7rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* 80em = 1280px */
@media (min-width: 80em) {
  [data-row-id=selezione_offerta_container] .to-subhome-cards .to-subhome-cards__main .tm-tile--subhome:first-child .tm-tile__body .tm-tile__body-top .tm-tile__features,
  [data-row-id=selezione_offerta_container] .to-subhome-cards .to-subhome-cards__main .tm-tile--subhome .tm-tile__body .tm-tile__body-top .tm-tile__features {
    min-height: 0 !important;
  }

  [data-row-id=selezione_offerta_container] .to-subhome-cards .to-subhome-cards__main .tm-tile--subhome .tm-tile__body .tm-tile__body-top {
    min-height: 42rem;
  }
}


/* 90em = 1440px */
@media (min-width: 90em) {

  [data-row-id=selezione_offerta_container] .to-subhome-cards .to-subhome-cards__main .tm-tile--subhome .tm-tile__body .tm-tile__body-top {
    min-height: 40rem;
  }

}
