.single-post {
  padding: 40px 20px;
  background-color: #111;
  color: #fff;
  font-family: 'Pretendard', sans-serif;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 12px;
}

.post-container {
  max-width: 800px;
  margin: 0 auto;
}

.post-title {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.post-meta {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 30px;
}

.post-meta .category {
  margin-right: 10px;
}

.post-content {
  line-height: 1.8;
  font-size: 1rem;
  color: #eee;
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 10px;
}

.cta-box {
  margin-top: 60px;
  padding: 30px;
  background-color: rgba(255,255,255,0.06);
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.1);
}

.cta-box p {
  margin-bottom: 16px;
  font-size: 1.1rem;
  font-weight: 500;
}

.btn-reserve {
  display: inline-block;
  padding: 12px 28px;
  background-color: #e91e63;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-reserve:hover {
  background-color: #d81b60;
}
