/* TradesFolks 18.4.100 — Featured Cards Height-Only Reduction
   IMPORTANT: preserves existing column count, card width, grid layout and actions.
   Only reduces vertical height and whitespace. */

/* Featured marketplace opportunities only */
.tf-homepage .marketplace-products{
  padding-top:6px!important;
  padding-bottom:7px!important;
}

.tf-homepage .marketplace-products .curated-products-head{
  margin-bottom:6px!important;
}

/* Keep layout untouched; only shorten media */
.tf-homepage .marketplace-products .tf-featured-opportunity-media{
  flex-basis:168px!important;
  height:168px!important;
  min-height:168px!important;
  max-height:168px!important;
  padding:3px!important;
}

/* Keep full image visible without crop/stretch */
.tf-homepage .marketplace-products .tf-featured-opportunity-media img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* Shorter yellow name band */
.tf-homepage .marketplace-products .tf-featured-opportunity-body{
  flex-basis:38px!important;
  min-height:38px!important;
  height:38px!important;
  max-height:38px!important;
  padding:4px 7px 5px!important;
}

.tf-homepage .marketplace-products .tf-featured-opportunity-body h3{
  min-height:12px!important;
  max-height:13px!important;
  margin:0!important;
  font-size:8.5px!important;
  line-height:1.05!important;
}

.tf-homepage .marketplace-products .tf-featured-opportunity-body:after{
  width:20px!important;
  height:2px!important;
  margin-top:3px!important;
}

/* 1280–1535 desktop/laptop */
@media(min-width:1280px) and (max-width:1535px){
  .tf-homepage .marketplace-products .tf-featured-opportunity-media{
    flex-basis:154px!important;
    height:154px!important;
    min-height:154px!important;
    max-height:154px!important;
  }
  .tf-homepage .marketplace-products .tf-featured-opportunity-body{
    flex-basis:36px!important;
    min-height:36px!important;
    height:36px!important;
    max-height:36px!important;
  }
}

/* 1024–1279: preserve current responsive columns; only reduce height */
@media(min-width:1024px) and (max-width:1279px){
  .tf-homepage .marketplace-products .tf-featured-opportunity-media{
    flex-basis:146px!important;
    height:146px!important;
    min-height:146px!important;
    max-height:146px!important;
  }
  .tf-homepage .marketplace-products .tf-featured-opportunity-body{
    flex-basis:35px!important;
    min-height:35px!important;
    height:35px!important;
    max-height:35px!important;
  }
}

/* Tablet: no column changes */
@media(min-width:700px) and (max-width:1023px){
  .tf-homepage .marketplace-products .tf-featured-opportunity-media{
    flex-basis:138px!important;
    height:138px!important;
    min-height:138px!important;
    max-height:138px!important;
  }
  .tf-homepage .marketplace-products .tf-featured-opportunity-body{
    flex-basis:34px!important;
    min-height:34px!important;
    height:34px!important;
    max-height:34px!important;
  }
}

/* Mobile: preserve Sprint 473 2-column layout; only reduce vertical height */
@media(max-width:699px){
  .tf-homepage .marketplace-products{
    padding-top:5px!important;
    padding-bottom:6px!important;
  }

  .tf-homepage .marketplace-products .curated-products-head{
    margin-bottom:5px!important;
  }

  .tf-homepage .marketplace-products .tf-featured-opportunity-media{
    flex-basis:108px!important;
    height:108px!important;
    min-height:108px!important;
    max-height:108px!important;
    padding:2px!important;
  }

  .tf-homepage .marketplace-products .tf-featured-opportunity-body{
    flex-basis:32px!important;
    min-height:32px!important;
    height:32px!important;
    max-height:32px!important;
    padding:3px 5px 4px!important;
  }

  .tf-homepage .marketplace-products .tf-featured-opportunity-body h3{
    min-height:11px!important;
    max-height:12px!important;
    font-size:6.8px!important;
  }

  .tf-homepage .marketplace-products .tf-featured-opportunity-body:after{
    width:17px!important;
    height:2px!important;
    margin-top:2px!important;
  }
}

@media(max-width:380px){
  .tf-homepage .marketplace-products .tf-featured-opportunity-media{
    flex-basis:98px!important;
    height:98px!important;
    min-height:98px!important;
    max-height:98px!important;
  }
}
