.post-wrap.z-shell {
  width: min(1300px, calc(100% - 40px)) !important;
  max-width: 1300px !important;
}

.z-post h1 {
  margin-top: 0 !important;
  font-size: 34px !important;
}

.z-post {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 720px) {
  .post-wrap.z-shell {
    width: min(100% - 28px, 1300px) !important;
  }

  .z-post h1 {
    font-size: 26px !important;
  }
}

.z-footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.z-footer .copyright a {
  color: #cbd8ec;
}

.z-footer .copyright a:hover {
  color: #fff;
}
