/* Chips para categorías (core/post-terms y core/term-description) */
.wp-block-post-terms a,
.wp-block-post-terms .wp-block-post-terms__separator {
  display: inline-block;
}
.wp-block-post-terms a {
  background:#0e3b5f; color:#fff !important;
  font-size:.75rem; font-weight:700; line-height:1;
  padding:6px 10px; border-radius:4px; margin:0 6px 8px 0;
  text-decoration:none !important; text-transform:uppercase;
}
.wp-block-post-terms a:hover { background:#072b3a; }

/* Tarjetas (aplícalo a contenedores Group/Columns) */
.sob-card {
  background:#fff; border:1px solid #e9eef5; border-radius:14px;
  box-shadow:0 2px 12px rgba(0,0,0,.05); overflow:hidden;
}
.sob-card .wp-block-image img { width:100%; height:220px; object-fit:cover; }
@media (max-width:1024px){ .sob-card .wp-block-image img{ height:200px; } }
@media (max-width:640px){  .sob-card .wp-block-image img{ height:180px; } }

/* Contenedor ancho + gutters cómodos (refuerzo) */
.wp-site-blocks, .is-layout-constrained { background:#f7f9fc; }
