.creature-element{
    min-width: 25%;
	margin-right: 0.5em;
}

.hp-element{
    min-width: 20%;
	margin-right: 0.5em;
}

.ca-element{
    min-width: 15%;
	margin-right: 0.5em;
}

.stat-element{
    min-width: 15%;
	margin-right: 0.5em;
}

.hability-element {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px; /* una mica més gran */
    border-radius: 6px;
    /*color: #fff;
    font-weight: 600;
    font-size: 1.1rem;*/ /* abans era .85rem */
    line-height: 1.1;
    margin-right: 6px;
}

.habilities-list {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
}

.hability-link {
    color: #1a73e8;
    text-decoration: underline;
    cursor: pointer;
}

.hability-link:hover {
    color: #155ec2;
}

.hability-empty {
  color: #888;
  font-style: italic;
}