.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;
}

.tituloCliente {
  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) {
  .tituloCliente {
    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;
}

.filaNif {
  color: #6b7280;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.filaNif strong {
  color: #111827;
  font-weight: 600;
}

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

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

.textoDireccion {
  flex: 1 1 auto;
  min-width: 0;
}

.lineaDireccion,
.lineaLocalidad {
  margin: 0;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.lineaDireccion {
  font-weight: 600;
  color: #111827;
}

.lineaLocalidad {
  color: #6b7280;
}

.badgesCups {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.25rem;
}

.badgeCups {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.pie {
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}
