/*
 Theme Name:   Kadence Child
 Template:     kadence
*/
.entry-tags {
    margin-top: 10px;
}

.tag-links .tag-item {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    font-size: 0.9em;
}

.tag-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.filtro-cuentos {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.filtro-cuentos select,
.filtro-cuentos button {
  padding: 0.5rem;
  font-size: 1rem;
}
