@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.post-content {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #101828;
  padding-bottom: 80px;
}
@media (max-width: 1679px) {
  .post-content {
    font-size: 14px;
    line-height: 22px;
    padding-right: 25px;
  }
}
@media (max-width: 1281px) {
  .post-content {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .post-content {
    width: 100%;
    padding-right: 0;
  }
}
.post-content .title-wrapper {
  border-bottom: 2px solid #D1D5DC;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
@media (max-width: 1679px) {
  .post-content .title-wrapper {
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .post-content .title-wrapper {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .post-content .title-wrapper {
    margin-bottom: 24px;
  }
}
.post-content .title-wrapper .tag-line {
  font-size: 14px;
  color: #4A5565;
}
.post-content .title-wrapper .main-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .post-content .title-wrapper .main-title {
    font-size: 34px;
  }
}
@media (max-width: 1481px) {
  .post-content .title-wrapper .main-title {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .post-content .title-wrapper .main-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .post-content .title-wrapper .main-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .post-content .title-wrapper .main-title {
    font-size: 26px;
  }
}
@media (max-width: 579px) {
  .post-content .title-wrapper .main-title {
    font-size: 27px;
  }
}
.post-content .title-wrapper .main-title .status {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #E7000B;
  display: inline-block;
  margin-right: 12px;
}
.post-content p {
  font-size: 18px;
  line-height: 30px;
  padding-right: 0;
}
@media (max-width: 1679px) {
  .post-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .post-content p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .post-content p {
    font-size: 14px;
    line-height: 23px;
  }
}
.post-content .post-vertical-listing {
  border-bottom: 1px solid #D1D5DC;
  padding-bottom: 49px;
  margin-bottom: 48px;
  word-break: break-word;
}
@media (max-width: 1679px) {
  .post-content .post-vertical-listing {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .post-content .post-vertical-listing {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .post-content .post-vertical-listing {
    padding-bottom: 10px;
    margin-bottom: 32px;
  }
}
.post-content .post-vertical-listing .main-title {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
  max-width: 90%;
}
@media (max-width: 1679px) {
  .post-content .post-vertical-listing .main-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 1481px) {
  .post-content .post-vertical-listing .main-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .post-content .post-vertical-listing .main-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .post-content .post-vertical-listing .main-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .post-content .post-vertical-listing .main-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.post-content .load-more-button {
  width: 100%;
  height: 56px;
  padding: 17px;
  border: 2px solid #101828;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #1A1A1A;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s linear;
}
@media (max-width: 1679px) {
  .post-content .load-more-button {
    height: 50px;
    font-size: 13px;
  }
}
@media (max-width: 1481px) {
  .post-content .load-more-button {
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .post-content .load-more-button {
    height: 46px;
  }
}
@media (max-width: 767px) {
  .post-content .load-more-button {
    height: 44px;
    font-size: 12px;
    padding: 10px 15px;
  }
}
.post-content .load-more-button:hover {
  background-color: #000;
  color: #fff;
}
.post-content .live-image-cover {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 24px;
  background-color: #d9d9d9;
}
.post-content .live-image-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 500px;
}
@media (max-width: 1679px) {
  .post-content .live-image-cover img {
    max-height: 450px;
  }
}
@media (max-width: 1481px) {
  .post-content .live-image-cover img {
    max-height: 400px;
  }
}
@media (max-width: 1199px) {
  .post-content .live-image-cover img {
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .post-content .live-image-cover img {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .post-content .live-image-cover img {
    max-height: 280px;
  }
}
@media (max-width: 579px) {
  .post-content .live-image-cover img {
    max-height: 270px;
  }
}
.post-content .live-image-cover .live-tag {
  background-color: #E7000B;
  width: auto;
  height: 31px;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 20px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .post-content .live-image-cover .live-tag {
    font-size: 9px;
    height: 25px;
  }
}
.post-content .live-image-cover .live-tag span {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.post-content .live-image-cover .live-tag span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
}
.post-content .live-image-cover .time-stamp {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 16px;
  background-color: #E7000B;
  border-radius: 30px;
  height: 31px;
  padding: 0px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1679px) {
  .post-content .live-image-cover .time-stamp {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .post-content .live-image-cover .time-stamp {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .post-content .live-image-cover .time-stamp {
    font-size: 10px;
  }
}
.post-content .live-image-cover .diplomacy {
  background-color: #101828;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}/*# sourceMappingURL=all-live-detail.css.map */