/* =====================
   💻 SMALL LAPTOP (1024px)
===================== */
@media (max-width: 1084px) {

  .main_section_two {
    gap:25px;
    flex-direction: column;
  }

  .news_img {
    width: 170px;
    height: 130px;
  }

  .news_left h2 {
    font-size: 18px;
  }

  .news_left p {
    font-size: 13px;
  }
  .left_section_two,
  .right_section_two {
    width: 100%;
    /* margin-top: 20px; */
  }
}


/* =====================
   📲 TABLET (768px)
===================== */
@media (max-width: 768px) {

  .main_section_two {
    flex-direction: column;
    gap: 20px;
  }

  .news_card {
    flex-direction: column;
  }

  .news_img {
    width: 100%;
    height: 200px;
  }

  .news_left h2 {
    font-size: 17px;
  }

  .category-card {
    height: 100px;
  }

  .label, .count {
    font-size: 14px;
    padding: 6px 15px;
  }
}


/* =====================
   📱 MOBILE (480px)
===================== */
@media (max-width: 480px) {

  .news_card {
    padding: 15px;
  }

  .news_left h2 {
    font-size: 16px;
  }

  .news_left p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* .user {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .user-img img {
    width: 32px;
    height: 32px;
  } */

  .category-card {
    height: 80px;
  }

  .label {
    font-size: 13px;
    padding: 5px 12px;
  }

  .count {
    font-size: 12px;
    padding: 5px 10px;
  }
}
 /* section 4  */
 @media(max-width:1078px){
   .looplane_main_home_sports_main_wrapper{
    display: block !important;
   }
 }