.tarjeta {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.cabecera {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  background-color: #fff;
}

.tituloCups {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  flex: 1 1 100%;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #111827;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 480px) {
  .tituloCups {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.badgeEstado {
  flex-shrink: 0;
}

.cuerpo {
  flex: 1 1 auto;
}

.contenido {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.8125rem;
}

.lineaTexto {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.lineaCliente {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
}

.iconoInline {
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: #6b7280;
}

.textoMuted {
  color: #6b7280;
}

.textoMuted strong,
.textoFuerte {
  color: #111827;
  font-weight: 600;
}

.filaDireccion {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.separador {
  margin: 0.25rem 0;
  opacity: 0.15;
}

.pie {
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
