.bl-link,
.bl-link:hover {
  display: flex;
  color: var(--text-gray);
}

.b-c-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

.bl-d-banner {
  position: relative;
  overflow: hidden;
}
.r-link::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: var(--this-red);
}

.blog-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  margin-bottom: 12px;
}

.blog-tags li {
  font-size: var(--font-s);
  color: var(--white);
}
.date-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-size: var(--font-s);
  padding: 6px 16px;
  border: 1px solid var(--gray);
  border-radius: 50px;
}
/* .bl-banner-cont {
        position: absolute;
        bottom: 20px;
        left: 25px;
        max-width: 70%;
    } */

.bl-title {
  font-size: 30px;
  color: var(--black);
}

.author {
  font-size: 20px;
  color: var(--white);
  font-weight: 600;
}

.share-box {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: var(--white);
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 5px 0px 5px;
}

.icon-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.icon-row li {
  position: relative;
}

.icon-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  /* color: var(--white);
        background-color: black;
        font-size: 10px; */
  border-radius: 3px;
}

.icon-row img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.icon-row img.fac-logo,
.icon-row img.li-logo {
  height: 23px;
}

.icon-row img.x-logo {
  height: 21px;
}

.blog-desc-text * {
  color: unset;
  /* font-size: unset; */
  font-family: unset;
  margin: unset;
}

.blog-desc-text ul,
.blog-desc-text li {
  margin-left: 15px !important;
}

.blog-desc-text ul li {
  list-style: disc !important;
}

.blog-desc-text ol li {
  list-style: decimal !important;
}
.blog-desc-text a {
  color: var(--smart-blue);
  text-decoration: underline !important;
}
.copy-alert {
  position: absolute;
  bottom: -28px;
  background-color: var(--white);
  width: 100px;
  text-align: center;
  color: var(--black);
  border-radius: 5px;
}

.copy-alert::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--white);
  position: absolute;
  top: -4px;
  left: 46px;
}
body {
  background: var(--this-body-bg);
}
.blg-body {
  background: var(--white);
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.bm-title {
  color: var(--black);
  font-size: 20px;
  font-family: var(--pf-medium);
  margin-bottom: 8px;
}
.bm-link,
.bm-link:hover,
.bm-link:focus {
  color: var(--smart-blue);
  font-size: 14px;
  font-family: var(--pf-medium);
  /* text-decoration: underline; */
  margin-bottom: 10px;
  display: -webkit-box; /* needed for webkit */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden; /* hide the rest */
  text-overflow: ellipsis;
}
.rp-wrap {
  position: sticky;
  top: 60px;
}
.rp-card {
  display: flex;
  gap: 8px;
  padding: 5px;
  background: var(--white);
  border-radius: 5px;
  margin-bottom: 15px;
}
.rp-card .img-sec {
  flex-shrink: 0;
}
.rp-img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
}
.rp-card .cont-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rp-card .date {
  color: var(--text-dark);
  font-size: var(--font-s);
}
@media (max-width: 991px) {
  /* .bl-banner-cont{
            bottom: 80px;
            max-width: 80%;
        } */
  .bl-title {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .bl-title {
    font-size: 40px;
    color: var(--black);
  }
}
