.ucan-sr-lfr-hm-top-wrapper {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}
.ucan-sr-lfr-left {
  width: 50%;
}
.ucan-sr-lfr-right {
  width: 50%;
}
.ucan-sr-lfr-hm-top-wrapper a {
  text-decoration: none;
}
.ucan-lfrs-letter-wrapper {
  padding: 4px;
  border: 1px solid #9f9f9f;
  border-radius: 20px;
  height: 334px;
  width: 95%;
  margin: 0 auto 0 auto;
}
.ucan-lfrs-letter-card {
  background-image: url(https://i.ucanews.com/ucanews/uca_images/lfrs-hm-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 20px;
  position: relative;
}
.lfrs-letterimg {
  position: absolute;
  top: 105px;
  left: 10px;
  width: 350px;
  z-index: 2;
}
.lfrs-robertimg {
  position: absolute;
  top: 4px;
  left: 19px;
  width: 116px;
  z-index: 1;
}
.ucan-lfrs-news-wrapper {
  display: flex;
  background: linear-gradient(90deg, #ffffff 0%, #f3d9b6 100%);
  border-radius: 18px;
  gap: 15px;
  margin-top: -52px;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.07));
}
.ucan-lfrs-news-img img {
  width: 200px;
  height: 178px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 12px;
  display: block;
}
.ucan-lfrs-nws-title {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 17px;
  line-height: 23px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.ucan-lfrs-nws-robert {
  color: #0057af;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-top: 8px;
  line-height: 18px;
  display: block;
}
.ucan-lfrs-nws-para {
  font-family: "Poppins", sans-serif;
  color: #141414;
  font-size: 15px;
  line-height: 20px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ucan-lfrs-nws-readmore {
  margin-top: 8px;
  display: block;
  color: #b11e1b;
}
.ucan-lfrs-nws-content-wrapper {
  padding: 10px 10px 10px 0;
}
.ucan-lfrs-sr-heading a {
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  color: #094a63;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
}
/* @media only screen and (max-width: 1100px) {
  .ucan-lfrs-letter-wrapper {
    height: 290px;
  }
  .lfrs-robertimg {
    width: 100px;
  }
  .lfrs-letterimg {
    top: 88px;
  }
} */
@media only screen and (max-width: 992px) {
  .ucan-sr-lfr-hm-top-wrapper {
    flex-direction: column;
  }
  .ucan-sr-lfr-left {
    width: 100%;
  }
  .ucan-sr-lfr-right {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .ucan-lfrs-letter-wrapper {
    height: 290px;
  }
  .lfrs-robertimg {
    width: 100px;
  }
  .lfrs-letterimg {
    top: 88px;
    width: 288px;
  }
  .ucan-lfrs-news-img img {
    width: 150px;
  }
}
@media only screen and (max-width: 420px) {
  .ucan-lfrs-news-wrapper {
    flex-direction: column;
  }
  .ucan-lfrs-news-img img {
    width: 100%;
    height: 200px;
  }
  .ucan-lfrs-nws-title {
    margin-top: 0;
  }
  .ucan-lfrs-nws-content-wrapper {
    padding: 0 10px 20px 10px;
  }
}
.ucan-lfrsr-secondtop-wrapper {
  padding: 100px 26px 26px 26px;
  background-color: #094a63;
  border-radius: 15px;
  margin-top: -100px;
  display: flex;
  gap: 10px;
}
.ucan-lfrsr-secondtop-wrapper a {
  text-decoration: none;
}

.ucan-lfrs-main-wrapper {
  max-width: 1420px;
  margin: 0 auto;
}
@media only screen and (max-width: 1420px) {
  .ucan-lfrs-main-wrapper {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .ucan-lfrs-main-wrapper {
    max-width: 961px;
  }
}
@media only screen and (max-width: 991px) {
  .ucan-lfrs-main-wrapper {
    max-width: 740px;
  }
}
@media only screen and (max-width: 768px) {
  .ucan-lfrs-main-wrapper {
    max-width: 1370px;
    padding: 0 2%;
  }
}
.ucan-lfrs-atw-card {
  width: 30%;
}
.ucan-lfrs-podcast-card {
  width: 30%;
}
.ucan-lfrs-videofea-card {
  width: 40%;
}
.ucan-lfrs-st-headings a {
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
  margin-top: 30px;
}
.ucan-lfrs-atw-news {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 15px;
}
.ucan-lfrs-atw-img-wrapper {
  position: relative;
}
.ucan-lfrs-atw-img-wrapper img {
  width: 100%;
  height: 157px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 14px;
  display: block;
}
.ucan-lfrs-atw-rmbtn {
  font-size: 15px;
  color: #b11e1b;
  margin-top: 8px;
  font-weight: 500;
}
.ucan-lfrs-atw-title {
  font-family: "Poppins", sans-serif;
  color: #252525;
  font-size: 17px;
  line-height: 23px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
.ucan-lfrs-atw-para {
  font-family: "Poppins", sans-serif;
  color: #3f3f3f;
  font-size: 15px;
  line-height: 20px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ucan-lfrs-pdcst-card-wrapper {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 15px;
}
.ucan-lfrs-pdcover-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 14px;
  display: block;
}
.ucan-lfrs-pc-card-img-wrapper {
  position: relative;
}
.ucan-lfrs-pc-contents {
  padding: 15px 0;
}
.ucan-lfrs-pc-title {
  font-weight: 600;
  font-size: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ucan-lfrs-pc-date {
  color: #000;
  font-size: 15px;
  margin-bottom: 3px;
  line-height: 22px;
}
.ucan-pc-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}
.ucan-pc-headseticon {
  width: 24px;
}
.ucan-lfrs-pc-date-wrapper {
  margin-top: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ucan-lfrs-pc-more a {
  font-size: 13px;
  text-decoration: none;
  color: #074877;
  line-height: 26px;
}
.ucan-lfrs-podcast-audiowrapper .ppq-audio-player .player-time {
  font-size: 14px;
  margin-right: 4px !important;
  width: 40px !important;
  text-align: left !important;
}
@media only screen and (max-width: 992px) {
  .ucan-lfrs-atw-card {
    width: 45%;
    flex: 1;
  }
  .ucan-lfrs-podcast-card {
    width: 45%;
    flex: 1;
  }
  .ucan-lfrs-videofea-card {
    width: 100%;
  }
  .ucan-lfrsr-secondtop-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  .ucan-lfrs-atw-card {
    width: 100%;
  }
  .ucan-lfrs-podcast-card {
    width: 100%;
  }
  .ucan-lfrsr-secondtop-wrapper {
    flex-direction: column;
  }
  .ucan-lfrs-atw-img-wrapper img {
    height: 225px;
  }
  .ucan-lfrs-pdcover-img {
    height: 225px;
  }
}
@media only screen and (max-width: 400px) {
  .ucan-lfrs-atw-img-wrapper img {
    height: 180px;
  }
  .ucan-lfrs-pdcover-img {
    height: 180px;
  }
}
.ucan-hm-lfr-se-wrapper {
  margin-bottom: 25px;
}
.ucan-hm-lfr-banner-card {
  padding: 4px;
  border: 1px solid #9f9f9f;
  border-radius: 20px;
  height: 271px;
  width: 95%;
  margin: 16px auto 0 auto;
}
.ucan-hm-lfr-banner {
  background-image: url(https://i.ucanews.com/ucanews/uca_images/lfr-hm-sbg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 20px;
}
.ucan-lfr-hm-newsimg img {
  width: 186px;
  height: 184px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 18px;
}
.ucan-lfr-hm-news-wrapper {
  display: flex;
  background: linear-gradient(90deg, #ffffff 0%, #f3d9b6 100%);
  border-radius: 18px;
  gap: 15px;
  margin-top: -52px;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.07));
}
.ucan-lfr-hm-newscontent a {
  text-decoration: none;
}
.ucan-lfr-hm-newscontent {
  padding: 10px 10px 10px 0;
}
.ucan-lfr-hm-newscontent p {
  font-family: "Poppins", sans-serif;
  color: #252525;
  font-size: 17px;
  line-height: 23px;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.ucan-lfr-hm-au {
  color: #0057af;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-top: 6px;
  line-height: 18px;
}
.ucan-hm-lfr-letter {
  width: 300px;
  margin-top: -38px;
}
@media only screen and (max-width: 1200px) {
  .ucan-hm-lfr-banner-card {
    height: 275px;
  }
  .ucan-hm-lfr-letter {
    width: 275px;
  }
}
@media only screen and (max-width: 400px) {
  .ucan-lfr-hm-news-wrapper {
    flex-direction: column;
    gap: 6px;
  }
  .ucan-lfr-hm-newsimg img {
    width: 100%;
    height: 190px;
  }
  .ucan-lfr-hm-newscontent {
    padding: 0 10px 10px 10px;
  }
}
.ucan-lfrs-st-thumbimg {
  width: 100%;
  height: 321px;
  border-radius: 15px;
  object-fit: contain;
  -o-object-fit: contain;
  background: #000000b5;
}
.ucan-lfrs-sr-thumbimg01 {
  width: 100%;
  height: 426px;
  border-radius: 15px;
  object-fit: contain;
  -o-object-fit: contain;
  background: #000000b5;
}
@media only screen and (max-width: 600px) {
  .ucan-lfrs-sr-thumbimg01 {
    height: 300px;
  }
}
.ucan-hm-sr-video-wrapper {
  position: relative;
}

.ucan-hm-sr-video-title-wrapper-flx {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  z-index: 2;
}
.ucan-hmsrvy-icon {
  border-radius: 50px;
  height: 50px;
  width: 50px;
}
.ucan-hm-srv-title {
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
  font-size: 16px;
}
.ucan-hm-sr-video-overylay {
  width: 100%;
  position: absolute;
  background-repeat: repeat-x;
  background-image: url(https://i.ucanews.com/ucanews/uca_images/yt-video-overlay.png);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
  height: 48px;
  padding-bottom: 50px;
  top: 0;
  z-index: 5;
  background-position: top;
  z-index: 1;
  border-radius: 15px;
}
.yt-icon {
  position: absolute;
  width: 60px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
