html, body{background-color: #1992a1;color: #ddd;}

::backdrop {
  background-color: #1992a1;
  opacity: 0.85;
}

.link-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  position: relative; /* wichtig für den Pfeil */
  white-space: nowrap; /* verhindert Zeilenumbruch */
  margin-bottom: 0.9rem;
}

.link-logo img {
  max-width: 60px;
  border-radius: 8px;
}

.link-desc {
  flex: 1;
  font-size: 2rem;
  overflow: hidden;
  /*text-overflow: ellipsis; /* falls Text zu lang wird */
  white-space: nowrap;     /* kein Umbruch */
}

.link-link {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 1.2rem;
  background-color: #1992a1;
}
.link-credit {
  display: block;
  font-size: 0.95rem;
  color: #ddd;
  white-space: nowrap;
  margin-top: 2px;
}

.credit-name {
  color: #ddd;
  font-style: italic;
}

.credit-name::before {
  content: "Eingesendet von ";
  font-style: normal;
  color: #ddd;
}

dialog > p {font-size: large;}

#os{
    border-bottom:#ddd solid 1px;
    padding-bottom: 1.2rem;
}
#cs{
    padding-top: 1.2rem;
}
