/* Tarjeta */
.waym-card{
  background:#0e1119;
  border:1px solid #1a1d27;
  border-radius:12px;
  overflow:hidden;
  padding:12px;
}

/* Imagen destacada */
.waym-thumb{
  display:block;
  width:100%;
  height:200px;           /* ajusta si quieres */
  object-fit:cover;
  object-position:center;
  border-radius:8px;
  margin:0 0 10px;
}

/* Título y autor */
.waym-title{
  font-size:1.05rem;
  margin:4px 0 6px;
  line-height:1.3;
}
.waym-title a{
  color:#e8f6ff;
  text-decoration:none;
}
.waym-title a:hover{ text-decoration:underline; }

.waym-meta{
  font-size:.9rem;
  opacity:.75;
}

/* Responsive: 1 columna en móvil */
@media (max-width:700px){
  .waym-latest-grid{
    grid-template-columns:1fr !important;
  }
  .waym-thumb{
    height:220px; /* opcional en móvil */
  }
}
