/* ── CARDS DEL BLOG ── */
.simpleblog__listing__post__wrapper.cardblog {
  border: 1px solid #E5E5E5 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #fff !important;
  transition: box-shadow 0.2s, transform 0.2s !important;
  height: 100% !important;
}
.simpleblog__listing__post:hover .simpleblog__listing__post__wrapper.cardblog {
  box-shadow: 0 6px 24px rgba(0,0,0,0.09) !important;
  transform: translateY(-3px) !important;
}
.simpleblog__listing__post__wrapper.cardblog img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.3s !important;
}
.simpleblog__listing__post:hover .simpleblog__listing__post__wrapper.cardblog img {
  transform: scale(1.04) !important;
}
.simpleblog__listing__post__wrapper__content.card-block {
  padding: 16px 18px 12px !important;
}
.simpleblog__listing__post__wrapper__content__headline.post-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  border-bottom: none !important;
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
}
.simpleblog__listing__post__wrapper__content__headline.post-title a {
  color: #2B2B2B !important;
  text-decoration: none !important;
}
.simpleblog__listing__post__wrapper__content__headline.post-title a:hover {
  color: #C8780F !important;
}
.simpleblog__listing__post__wrapper__content .d-inline {
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.65 !important;
  display: block !important;
  margin-bottom: 10px !important;
}
.simpleblog__listing__post__wrapper__content__readmore {
  display: inline-block !important;
  background: #C8780F !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 6px 14px !important;
  border-radius: 2px !important;
  text-decoration: none !important;
  transition: background 0.15s !important;
}
.simpleblog__listing__post__wrapper__content__readmore:hover {
  background: #A86208 !important;
  color: #fff !important;
}
.simpleblog__listing__post__wrapper__footer {
  padding: 10px 18px 14px !important;
  font-size: 12px !important;
  color: #999 !important;
  border-top: 1px solid #E5E5E5 !important;
  margin-top: auto !important;
}
.simpleblog__listing__post__wrapper__footer a {
  color: #C8780F !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.simpleblog__listing__post {
  padding: 10px !important;
  margin-bottom: 0 !important;
}

/* ── TABS NATIVAS DEL MÓDULO (listado principal) ── */
.blogSubcat.mb-2 {
  margin-bottom: 0 !important;
}
.blogSubcat__list.my-1 {
  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 28px 0 !important;
  border-bottom: 2px solid #E5E5E5 !important;
  gap: 0 !important;
}
.blogSubcat__item {
  display: block !important;
}
.blogSubcat__link {
  display: inline-block !important;
  padding: 10px 18px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #666 !important;
  text-decoration: none !important;
  border-bottom: 3px solid transparent !important;
  margin-bottom: -2px !important;
  border-radius: 0 !important;
  background: transparent !important;
  transition: color 0.15s, border-color 0.15s !important;
  white-space: nowrap !important;
}
.blogSubcat__link:hover {
  color: #C8780F !important;
  border-bottom-color: #C8780F !important;
  background: transparent !important;
}
.blogSubcat__link.active,
.blogSubcat__link[style*="color"] {
  color: #C8780F !important;
  border-bottom-color: #C8780F !important;
  background: transparent !important;
}

/* ── TABS DE CATEGORÍAS EN ARTÍCULO ── */
.cdz-blog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 2px solid #E5E5E5;
  margin-bottom: 28px;
  margin-top: 8px;
}
.cdz-blog-tabs a {
  padding: 10px 18px;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #666 !important;
  text-decoration: none !important;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.15s, border-color 0.15s;
  white-space: nowrap;
}
.cdz-blog-tabs a:hover {
  color: #C8780F !important;
  border-bottom-color: #C8780F;
}
.cdz-blog-tabs a.cdz-active {
  color: #C8780F !important;
  border-bottom-color: #C8780F;
}
