.post {
  margin-bottom: 8px;
  width: 100%;
}
.post a {
  text-decoration: none;
  color: inherit;
}
.post a:visited {
  color: inherit;
}
.post a:active {
  color: inherit;
}
.post a h4 {
  color: #ffffff;
  font-size: 1.2em;
  margin-bottom: -4px;
}
.post a p {
  color: #ffffff;
}

.notice {
  width: 100%;
  border: 1px solid #ff0060;
  background-color: #ff006020;
  border-radius: 4px;
  padding: 8px;
  transition: 0.1s;
}
.notice:hover {
  border-color: #ffffff;
}

.post-title, .post-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.content {
  width: 100%;
  border: 1px solid #ffffff50;
  border-radius: 4px;
  padding: 8px;
  transition: 0.1s;
}
.content:hover {
  border-color: #ffffff;
}

.ad {
  width: 100%;
  border: 1px solid #ffa000;
  background-color: #ffa00020;
  border-radius: 4px;
  padding: 8px;
}

@media (max-width: 560px) {
  h1 {
    font-size: 1.6em !important;
  }

  .post a h4 {
    color: #ffffff;
    font-size: 1em;
    margin-bottom: -4px;
  }
  .post a p {
    color: #ffffff;
    font-size: 0.8em;
  }
}