.duyumcard {
  width: 100%;
  border-width: 1px;
  border-color: rgba(219, 234, 254, 1);
  border-radius: 1rem;
  background-color: #222;
  margin: 10px auto;
  padding: 1rem;
}

.duyumheader {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
}

.duyumicon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgba(96, 165, 250, 1);
  padding: 0.5rem;
  color: rgba(255, 255, 255, 1);
}

.duyumicon svg {
  height: 1rem;
  width: 1rem;
}

.duyumalert {
  font-weight: 600;
  color: #eaeaea;
}

.duyummessage {
  margin-top: 1rem;
  color: #eaeaea;
}

.duyumactions {
  margin-top: 1.5rem;
}

.duyumactions a {
  text-decoration: none;
}

.duyummark-as-read, .duyumread {
  display: inline-block;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.75rem 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.duyumread {
  background-color: rgba(59, 130, 246, 1);
  color: rgba(255, 255, 255, 1);
}

.duyummark-as-read {
  margin-top: 0.5rem;
  background-color: rgba(249, 250, 251, 1);
  color: rgba(107, 114, 128, 1);
  transition: all .15s ease;
}

.duyummark-as-read:hover {
  background-color: rgb(230, 231, 233);
}