/* =============================================================================
   mis-comentarios.v2.css — "Mis comentarios" en cuadrícula de 5 (usa la cabecera,
   el buscador, el selector mes/año y la rejilla .guardados-grid de guardados.v4.css)
   ============================================================================= */
.mc-loading, .mc-empty { grid-column: 1 / -1; }
.mc-loading {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  color: #8a9094;
  padding: 24px 0;
  text-align: center;
}
.mc-empty {
  text-align: center;
  background: #ffffff;
  border: 1px dashed #d8d8d2;
  padding: 44px 24px;
}
.mc-empty h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a1f23;
  margin: 0 0 10px;
}
.mc-empty p {
  font-family: "Source Serif 4", Georgia, serif;
  color: #565d62;
  margin: 0 0 16px;
  line-height: 1.5;
}
.mc-empty a, .mc-empty button {
  display: inline-block;
  padding: 10px 22px;
  background: #1f3828;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.mc-empty a:hover, .mc-empty button:hover { background: #2a4a35; }

/* Tarjeta de comentario (tile vertical dentro de la rejilla de 5) */
.mc-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.mc-cat {
  font-family: "Inter", sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  color: #1f3828;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin: 0 0 6px;
}
.mc-badge { color: #8a9094; }
.mc-article {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mc-article a { color: #1a1f23; text-decoration: none; }
.mc-article a:hover { color: #1f3828; }
.mc-quote {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 0.9rem;
  color: #1a1f23;
  line-height: 1.5;
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 3px solid #1f3828;
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mc-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  color: #8a9094;
  padding-top: 10px;
  border-top: 1px solid #e2e2dc;
}
.mc-meta .saved-at { color: #1f3828; font-weight: 600; }
.mc-link, .mc-del {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.mc-link { color: #1f3828; }
.mc-link:hover { text-decoration: underline; }
.mc-del { color: #8a0e2c; }
.mc-del:hover { text-decoration: underline; }
