.valgt-tema-tag {
    background-color: #e3f2fd;
    color: #0d47a1;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 0.85em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  
  .valgt-tema-tag .fjern-tema {
    cursor: pointer;
    color: #999;
    font-weight: bold;
  }
  
  .valgt-tema-tag .fjern-tema:hover {
    color: #c00;
  }
  