
.released-label {
  display: none;
}
.released {
  color: var(--mg-acc);
}

.license-box
{
  display:          flex;
  flex-direction:   column;
  
  margin-top:       2em;
  padding:          .5em 1em;
  
  color:            var(--fg-mg);
  background-color: color-mix(in srgb, var(--bg-3) 50%, transparent);
  
  & .icon {
    height:       100%;
    aspect-ratio: 1;
  }
  
  & .license-text {
    font-size:        85%;
  }
  
  & .license-icons {
    margin:         .5em auto;
    height:         2em;
    display:        flex;
    flex-direction: row;
    gap:            .5em;
  }
}
