.fit-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    display: block;
}
.weather-widget {
    width: 100%;
    min-height: 250px;
    background: linear-gradient(135deg, #0d6efd, #00b4db);
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.weather-widget h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 5px 0;
}

.weather-widget h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.weather-widget p {
    margin: 4px 0;
    font-size: 17px;
}


/* Mobile fix */
@media (max-width: 576px) {
  .play-btn {
      position: absolute;
      top: 40%;
      left: 4%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      z-index: 2;
  }

  .play-btn-custom {
      position: absolute;
      top: 32%;
      left: 12%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      z-index: 2;
  }

  .play-btn-custom i {
      font-size: 20px;
      line-height: 1;
  }
}

.figure-holder-1 {
    width: 100%;
    height: 220px; /* adjust as needed */
    overflow: hidden;
    border-radius: 12px;
}

.figure-holder-1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.figure-holder-2 {
    width: 100%;
    height: 320px; /* adjust as needed */
    overflow: hidden;
    border-radius: 12px;
}

.figure-holder-2 a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* main thing */
    object-position: center; /* keeps image centered */
    display: block;
}
.text-justify p {
    text-align: justify;
    line-height: 1.9;
    font-size: 14px;
    color: #222;
    margin-bottom: 16px;
    word-break: break-word;
}
