/* functions/kasse.php (style block 1) */
/* Ønskekassen block (matcher desktop.php look) */
.kasse-block .kasse-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 8px 0;
}
.kasse-block .kasse-title{
  margin:0;
}
.kasse-block .kasse-add{
  white-space:nowrap;
}
.kasse-block .kasse-link{
  color: var(--text);
  font-weight: 900;
  text-decoration: none;
}
.kasse-block .kasse-link:hover{ text-decoration: underline; }

.kasse-block .kasse-sub{
  display:block;
  margin-top:2px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.25;
  white-space: normal;
}

.kasse-block .list li{
  align-items:flex-start;
}
.kasse-block .time{
  align-self:flex-start;
}


.kasse-block .kasse-link,
.kasse-block .kasse-link:visited{
  color: var(--text);
  text-decoration: none;
}
.kasse-block .kasse-link:hover{ text-decoration: underline; }
