/* V6_35B_POST_DETAIL_PAGE */
.post-detail-page-v635b .home-page-v629a{
  width:min(1280px, calc(100% - 48px));
}

.post-detail-wrap-v635b{
  margin-top:38px;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.post-detail-card-v635b,
.post-comments-card-v635b{
  border:1px solid rgba(148,163,184,.14);
  border-radius:24px;
  background:rgba(15,23,42,.78);
  box-shadow:0 20px 60px rgba(0,0,0,.2);
  padding:28px;
  color:#dbeafe;
}

.post-detail-top-v635b{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.post-back-v635b,
.post-login-v635b{
  border:1px solid rgba(56,189,248,.25);
  border-radius:999px;
  background:rgba(2,6,23,.58);
  color:#bfdbfe;
  padding:10px 16px;
  cursor:pointer;
  font-weight:800;
}

.post-login-v635b{
  margin-top:14px;
  background:linear-gradient(135deg,#38bdf8,#ec4899);
  border:0;
  color:white;
}

.post-category-v635b{
  border-radius:999px;
  background:#22d3ee;
  color:#03131f;
  padding:6px 12px;
  font-size:12px;
  font-weight:1000;
}

.post-detail-card-v635b h1{
  margin:0;
  font-size:34px;
  line-height:1.28;
  color:white;
}

.post-meta-v635b{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  color:#8fa3bd;
  font-size:13px;
}

.post-content-v635b{
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid rgba(148,163,184,.1);
  color:#dcecff;
  font-size:16px;
  line-height:2;
  word-break:break-word;
}

.post-comments-card-v635b h2{
  margin:0 0 16px;
  color:white;
  font-size:20px;
}

.post-comment-v635b{
  padding:14px 0;
  border-top:1px solid rgba(148,163,184,.1);
}

.post-comment-v635b strong{
  color:white;
}

.post-comment-v635b p{
  margin:8px 0 0;
  color:#cbdaf0;
  line-height:1.8;
}

.post-detail-muted-v635b,
.post-detail-loading-v635b{
  color:#9fb1c8;
  line-height:1.8;
}

@media (max-width:720px){
  .post-detail-page-v635b .home-page-v629a{
    width:calc(100% - 24px);
  }

  .post-detail-card-v635b,
  .post-comments-card-v635b{
    padding:20px;
    border-radius:20px;
  }

  .post-detail-card-v635b h1{
    font-size:25px;
  }
}
