.release-container {
  margin-top: 48px !important;
  margin-bottom: 96px !important;
}

div.alm-btn-wrap button.done {
  display: none;
}

.post-main h2{
  font-size: 1.5em !important;
  font-weight: 500 !important;
}

.release-post-header {
  margin: 36px 0 42px;
  padding: 0 0 28px;
  border-bottom: 1px solid #e5e7eb;
}

.release-post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #6b7280;
}

.release-post-label {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: #111827;
}

.release-post-date {
  color: #9ca3af;
}

.release-post-title {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.34;
  font-weight: 700;
  letter-spacing: -0.018em;
  color: #111827;
}

.post-main-box {
  margin-top: 42px;
  margin-bottom: 96px;
}

.post-main {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.01em;
  color: #334155;
}

.post-main p {
  margin-top: 0;
  margin-bottom: 24px;
}

.post-main strong {
  letter-spacing: 0.015em;
}

.post-main .release-btn {
  font-size: 16px !important;
  color: #ffffff !important;
}

.post-main .release-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 32px rgba(253, 97, 81, 0.35) !important;
  opacity: 0.95 !important;
}

@media screen and (max-width: 768px) {
  .release-container {
    margin-top: 36px !important;
    margin-bottom: 72px !important;
  }

  .release-post-header {
    margin-top: 28px;
    margin-bottom: 34px;
    padding-bottom: 24px;
  }

  .release-post-meta {
    margin-bottom: 16px;
    font-size: 11px;
    gap: 10px;
    letter-spacing: 0.1em;
  }

  .release-post-label {
    padding: 5px 10px;
  }

  .release-post-title {
    font-size: clamp(24px, 6.6vw, 31px);
    line-height: 1.34;
    letter-spacing: -0.014em;
  }

  .post-main-box {
    margin-top: 34px;
    margin-bottom: 72px;
  }

  .post-main {
    font-size: 15.5px;
    line-height: 1.82;
  }

  .post-main p {
    margin-bottom: 22px;
  }

  .post-main .release-btn {
    font-size: 15px !important;
    padding: 14px 32px !important;
  }
}
