.html-post .e-rejilla-vtc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.html-post .e-tarjeta-vtc {
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 16px;
}
.html-post .e-tarjeta-vtc strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 6px;
  color: #1a1a1a;
}
.html-post .e-tarjeta-vtc p {
  font-size: .95em;
  line-height: 1.45;
  margin: 0;
}
.html-post .e-caja-destacada-vtc {
  background: linear-gradient(135deg, #f4f6f8, #edf2f7);
  border-left: 4px solid #1a1a1a;
  border-radius: 4px;
  padding: 18px;
  margin: 26px 0;
}
.html-post .e-caja-destacada-vtc strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 6px;
  color: #1a1a1a;
}
.html-post .e-caja-destacada-vtc p {
  margin: 0;
  line-height: 1.5;
}
.html-post .e-llamada-accion-vtc {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 6px;
  padding: 24px;
  margin-top: 36px;
  text-align: center;
}
.html-post .e-llamada-accion-vtc h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.35em;
}
.html-post .e-llamada-accion-vtc p {
  color: #ccc;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 16px;
}
.html-post .e-llamada-accion-vtc a {
  display: inline-block;
  background-color: #fff;
  color: #1a1a1a;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
}
@media (max-width: 480px) {
.html-post .e-rejilla-vtc {
  grid-template-columns: 1fr;
  gap: 12px;
}
.html-post .e-llamada-accion-vtc {
  padding: 18px;
}
.html-post .e-llamada-accion-vtc a {
  display: block;
}
}