.single_wrapper {
  padding: 5em 0 0;
}

.post-nav-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 60px 0 80px;
}

.post-nav {
  flex: 1;
  padding: 24px 32px;
  border: 2px solid #e38a9a;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.post-nav:hover {
  background-color: #fff5f7;
  border-color: #E1092C;
}

.post-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #E1092C;
  font-weight: bold;
}

.post-prev .post-nav-arrow {
  left: 16px;
}

.post-next .post-nav-arrow {
  right: 16px;
}

.post-nav-title {
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}

.post-nav-label {
  font-size: 13px;
  color: #666;
  display: block;
}

.single h2 {
  line-height: 1.4;
  margin: 0 0 2rem;
  position: relative;
  font-size: clamp(26px, 2.083vw, 40px);
  font-weight: 600;
}

.single h3 {
  font-size: 2rem;
  font-weight: 600;
}
/*# sourceMappingURL=single.css.map */