.tm-sc-blog article .box-hover-effect {
  display: block;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb {
  display: flex;
  overflow: hidden;
  position: relative;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
  background: #2d1212;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.45s;
  width: 32px;
  height: 32px;
  line-height: 33px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  text-align: center;
  margin-top: 45px;
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.blog-skin-style-current-theme3 {
  background-color: var(--body-bg);
  border-radius: 15px;
  padding: 20px;
}
.blog-skin-style-current-theme3 .thumb {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.blog-skin-style-current-theme3 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 400ms ease;
}
.blog-skin-style-current-theme3 .content {
  padding: 40px 15px;
  padding-bottom: 20px;
  position: relative;
}
.blog-skin-style-current-theme3 .content .post-single-meta {
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -40px;
  line-height: 1.5;
}
.blog-skin-style-current-theme3 .content .post-single-meta .day {
  font-size: 15px;
  font-weight: 500;
  color: var(--theme-color-black);
  display: block;
}
.blog-skin-style-current-theme3 .content .post-single-meta .month {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-black);
  margin-top: 3px;
}
.blog-skin-style-current-theme3 .content .post-single-meta .year {
  display: none;
}
.blog-skin-style-current-theme3 .content ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .blog-skin-style-current-theme3 .content .entry-title {
    font-size: 20px;
  }
}
.blog-skin-style-current-theme3 .content .entry-title a {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.5s, background-size 0.5s;
  transition: all 0.5s, background-size 0.5s;
}
.blog-skin-style-current-theme3 .content .entry-title a:hover {
  color: var(--theme-color1);
  background-size: 100% 1px;
}
.blog-skin-style-current-theme3:hover .thumb img {
  transform: scale(1.1);
}