.upk-pixina-carousel .upk-pixina-item {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.upk-pixina-carousel .upk-pixina-item:hover .upk-pixina-image-wrap .upk-img {
  transform: scale(1.1) rotate(-2deg);
}
.upk-pixina-carousel .upk-pixina-item:hover .upk-pixina-author span {
  opacity: 1;
}
.upk-pixina-carousel .upk-pixina-image-wrap {
  overflow: hidden;
  display: flex;
}
.upk-pixina-carousel .upk-pixina-image-wrap .upk-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.upk-pixina-carousel .upk-pixina-content-wrap {
  position: relative;
}
.upk-pixina-carousel .upk-pixina-comments {
  color: #ffffff;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  top: 15px;
  background: #2B2D42;
  font-weight: 500;
}
.upk-pixina-carousel .upk-pixina-comments span {
  bottom: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 110px;
  opacity: 0;
  transition: all 0.3s ease;
}
.upk-pixina-carousel .upk-pixina-comments:hover span {
  opacity: 1;
  background: inherit;
}
.upk-pixina-carousel .upk-date-reading {
  flex-wrap: wrap;
}
.upk-pixina-carousel .upk-date-reading > div {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.upk-pixina-carousel .upk-date-reading > div:before {
  content: attr(data-separator);
  margin: 0 8px;
}
.upk-pixina-carousel .upk-date-reading > div:nth-child(1)::before {
  display: none;
}
.upk-pixina-carousel .upk-reading-time,
.upk-pixina-carousel .upk-post-time,
.upk-pixina-carousel .upk-date {
  text-transform: uppercase;
  color: #8D99AE;
  font-weight: 500;
}
.upk-pixina-carousel .upk-post-time {
  margin-left: 5px;
}
.upk-pixina-carousel .upk-post-time i {
  margin-right: 2px;
}
.upk-pixina-carousel .upk-title {
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}
.upk-pixina-carousel .upk-title a {
  color: #2B2D42;
  text-decoration: none;
  transition: all 0.3s ease;
}
.upk-pixina-carousel .upk-title a:hover {
  color: #EF233C;
}
.upk-pixina-carousel .upk-text {
  color: #8D99AE;
  font-size: clamp(14px, 1.5vw, 16px);
}
.upk-pixina-carousel .upk-text p {
  margin: 0;
}
.upk-pixina-carousel .upk-pixina-meta-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #efefef;
  text-transform: uppercase;
  font-weight: 500;
  justify-content: space-between;
}
.upk-pixina-carousel .upk-pixina-meta-wrap .upk-pixina-author {
  text-decoration: none;
  color: #8D99AE;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.upk-pixina-carousel .upk-pixina-meta-wrap .upk-pixina-author:hover {
  color: #EF233C;
}
.upk-pixina-carousel .upk-pixina-meta-wrap .upk-pixina-author span {
  padding-left: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}
.upk-pixina-carousel .upk-pixina-meta-wrap .upk-author-icon {
  padding: 15px;
  border-right: 1px solid #efefef;
}
.upk-pixina-carousel .upk-pixina-meta-wrap .upk-pixina-category a {
  margin-left: auto;
  text-decoration: none;
  color: #8D99AE;
  transition: all 0.3s ease;
  line-height: 1;
}
.upk-pixina-carousel .upk-pixina-meta-wrap .upk-pixina-category a:hover {
  color: #EF233C;
}
.upk-pixina-carousel .upk-pixina-meta-wrap .upk-pixina-category a + a {
  margin-left: 5px;
}
.upk-pixina-carousel .upk-pixina-meta-wrap .upk-category-icon {
  padding: 15px;
  border-left: 1px solid #efefef;
  margin-left: 7px;
  cursor: pointer;
}
.upk-pixina-carousel .upk-pixina-inner-content {
  padding: 20px;
  margin-bottom: 43px;
}
.upk-pixina-carousel .upk-title {
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.upk-pixina-carousel .upk-reading-time,
.upk-pixina-carousel .upk-post-time,
.upk-pixina-carousel .upk-date {
  font-size: 12px;
  margin-bottom: 8px;
}
.upk-pixina-carousel .upk-pixina-comments {
  font-size: 10px;
}
.upk-pixina-carousel .upk-pixina-meta-wrap {
  font-size: 12px;
}

.upk-item-match-height--yes .upk-pixina-carousel .swiper-slide {
  height: initial;
}

.upk-global-link-yes .upk-pixina-carousel .upk-pixina-item:hover {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .upk-pixina-carousel .upk-title {
    font-size: 20px;
  }
  .upk-pixina-carousel .upk-reading-time,
  .upk-pixina-carousel .upk-post-time,
  .upk-pixina-carousel .upk-date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .upk-pixina-carousel .upk-pixina-comments {
    font-size: 10px;
  }
}