/* EvoOnline homepage blog — R57 transparent-image polish; module 34 stays dynamic. */
.eo-r55-blog-heading,
.eo-r55-blog__cta {
  display: none;
}

.home-page .eo-r55-blog-native-heading {
  display: none;
}

.home-page .eo-r55-blog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-page .eo-r55-blog-heading__copy {
  min-width: 0;
  max-width: 780px;
}

.home-page .eo-r55-blog-heading__title {
  margin: 0;
  color: #17191f;
  font-size: clamp(28px, 3.1vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.home-page .eo-r55-blog-heading__subtitle {
  margin: 12px 0 0;
  color: #737983;
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1.65;
}

.home-page .eo-r55-blog-heading__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  color: #b9231e;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  background: #fff1ef;
  border: 1px solid #efa9a4;
  border-radius: 999px;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.home-page .eo-r55-blog-heading__link span {
  font-size: 18px;
  font-weight: 500;
  transition: transform .18s ease;
}

.home-page .eo-r55-blog-heading__link:hover,
.home-page .eo-r55-blog-heading__link:focus-visible {
  color: #fff;
  background: #cf2e28;
  border-color: #cf2e28;
}

.home-page .eo-r55-blog-heading__link:hover span,
.home-page .eo-r55-blog-heading__link:focus-visible span {
  transform: translateX(2px);
}

.home-page .eo-r55-blog {
  width: 100%;
  margin: 0 0 clamp(54px, 5vw, 78px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-page .eo-r55-blog > .uni-module__wrapper:not(.owl-loaded) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-page .eo-r55-blog .owl-stage {
  display: flex;
}

.home-page .eo-r55-blog .owl-item {
  display: flex;
  height: auto;
}

.home-page .eo-r55-blog .news-thumb {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e3e7;
  border-radius: 24px;
  box-shadow: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-page .eo-r55-blog .news-thumb:hover {
  transform: translateY(-3px);
  border-color: #e9a29e;
  box-shadow: 0 14px 34px rgba(23, 25, 31, .08);
}

.home-page .eo-r55-blog .news-thumb__image {
  flex: 0 0 200px;
  height: 200px;
  padding: 6px;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-page .eo-r55-blog .news-thumb__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-page .eo-r55-blog .news-thumb__image a::after {
  display: none;
}

.home-page .eo-r55-blog .news-thumb__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform .28s ease;
}

.home-page .eo-r55-blog .news-thumb:not(.eo-r55-blog__card--placeholder) .news-thumb__image img {
  transform: scale(1.05);
}

.home-page .eo-r55-blog .news-thumb:not(.eo-r55-blog__card--placeholder):hover .news-thumb__image img {
  transform: scale(1.06);
}

.home-page .eo-r55-blog .eo-r55-blog__card--placeholder .news-thumb__image {
  background: #fff;
}

.home-page .eo-r55-blog .eo-r55-blog__card--placeholder:hover .news-thumb__image img {
  transform: none;
}

.home-page .eo-r55-blog .news-thumb__description {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
}

.home-page .eo-r55-blog .news-thumb__category-date-viewed {
  display: flex;
  align-items: center;
  margin: 0;
  color: #737983;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-page .eo-r55-blog .news-thumb__category,
.home-page .eo-r55-blog .news-thumb__viewed {
  display: none;
}

.home-page .eo-r55-blog .news-thumb__date {
  margin: 0;
}

.home-page .eo-r55-blog .news-thumb__date .fa {
  margin-right: 7px;
  color: #cf2e28;
}

.home-page .eo-r55-blog .news-thumb__name {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: #20232a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.375;
  letter-spacing: -0.015em;
  text-decoration: none;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: color .18s ease;
}

.home-page .eo-r55-blog .news-thumb__name:hover,
.home-page .eo-r55-blog .news-thumb__name:focus-visible {
  color: #cf2e28;
}

.home-page .eo-r55-blog .news-thumb__text {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: #737983;
  font-size: 15px;
  line-height: 1.625;
  overflow-wrap: anywhere;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-page .eo-r55-blog .eo-r55-blog__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
  color: #cf2e28;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.home-page .eo-r55-blog .eo-r55-blog__cta span {
  font-size: 15px;
  font-weight: 500;
  transition: transform .18s ease;
}

.home-page .eo-r55-blog .eo-r55-blog__cta:hover span,
.home-page .eo-r55-blog .eo-r55-blog__cta:focus-visible span {
  transform: translateX(3px);
}

.home-page .eo-r55-blog .owl-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
}

.home-page .eo-r55-blog .owl-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #cf2e28;
  background: #fff;
  border: 1px solid #e0e3e7;
  border-radius: 50%;
  box-shadow: none;
}

.home-page .eo-r55-blog .owl-nav button:hover,
.home-page .eo-r55-blog .owl-nav button:focus-visible {
  color: #fff;
  background: #cf2e28;
  border-color: #cf2e28;
}

.home-page .eo-r55-blog .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
}

.home-page .eo-r55-blog .owl-dot span {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0;
  background: #c9cdd2;
  border-radius: 50%;
}

.home-page .eo-r55-blog .owl-dot.active span {
  width: 20px;
  background: #cf2e28;
  border-radius: 999px;
}

@media (max-width: 1049px) {
  .home-page .eo-r55-blog > .uni-module__wrapper:not(.owl-loaded) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  .home-page .eo-r55-blog-heading {
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  .home-page .eo-r55-blog-heading__link {
    min-height: 42px;
    padding: 0 15px;
    font-size: 14px;
  }

  .home-page .eo-r55-blog > .uni-module__wrapper:not(.owl-loaded) {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .eo-r55-blog .news-thumb__description {
    padding: 24px;
  }

  .home-page .eo-r55-blog .news-thumb__text {
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 479px) {
  .home-page .eo-r55-blog-heading {
    flex-direction: column;
  }
}
