

@font-face {
      src: url('https://angelovin.neocities.org/font/Minecraftia-Regular.ttf');
      font-display: swap;
    font-family: 'Minecraftia';
}


@font-face {
  src: url(/font/Spirit.woff2);
  font-family: 'spirits';
   font-display: swap;
}








.center5.latest-posts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  overflow: hidden;
  color: #9b818f;
  font: 10px/1.5 'MS Gothic', monospace;
}

.latest-posts .latest-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  border-bottom: 1px dashed #efd4e4;
  padding: 0 4px 5px;
}

.latest-posts h2 {
      margin: 0;
    color: #f4c7dd;
    font: italic 17px spirits, serif;
    text-shadow: 2px 0px white, 0px 2px white, -2px 0px white, 0px -2px white;
    font-size: 23px;
}


.latest-posts button {
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 9px;
  cursor: pointer;
  background: #fff0f7;
    color: white;
    text-shadow: 1px 0px #b5b5b5, 0px 1px #b5b5b5, -1px 0px #b5b5b5, 0px -1px #b5b5b5;
    border: 1px solid white;
    outline: 1px solid #f5d5e8;
    text-decoration: none;

}


.latest-posts button:disabled {
  opacity: 0.5;
  cursor: wait;
}

.latest-posts .latest-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  min-height: 0;
  flex: 1;
  scrollbar-width: none;
}

.latest-posts .latest-list::-webkit-scrollbar {
  display: none;
}

.latest-posts .latest-link {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 51px;
  align-items: center;
  gap: 8px;
  padding: 5px 4px;
  border-bottom: 1px dotted #f0e4eb;
  color: inherit;
  text-decoration: none;
}

.latest-posts .latest-link:hover {
     background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 10%, #fff3f9 90%);
}

.latest-posts .latest-link:focus-visible {
  outline: 1px solid #c582a7;
  outline-offset: -1px;
}

.latest-posts .latest-category {
color: #9e9e9e;
    background: #fff7fb;
    border-radius: 8px;
    border: 1px solid white;
    outline: 1px solid #f5d5e8;
    text-align: center;
    font-size: 9px;
}

.latest-posts .latest-title {
      overflow: hidden;
    white-space: nowrap;
    color: #969696;
    text-overflow: ellipsis;
}

.latest-posts time {
  font-size: 9px;
  color: #b19ba7;
  text-align: right;
}

.latest-posts .latest-status {
  font-size: 9px;
  margin: 0 4px;
  flex-shrink: 0;
}




