/* === ACTS 공통 스타일 === */

.acts-hero {
  background-color: #800080;
  color: white;
  text-align: center;
  padding: 2.5rem 1.5rem;
  margin: 0 auto 2rem;
  width: 90%;
  max-width: 720px;
  border-radius: 24px;
  border-bottom: 4px solid #9B30FF;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.acts-hero h1 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  font-family: 'Inter', sans-serif;
}

.acts-hero p {
  font-size: 1.1rem;
  color: #e0e0e0;
  font-family: 'Merriweather', serif;
}

.acts-content-wrapper {

  padding: 2rem;
  width: 90%;
  max-width: 720px;
  margin: 2rem auto 3rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);

  text-align: center;
  color: #333;
  line-height: 1.8;
  white-space: pre-line;
  border-radius: 24px;
}

.acts-content-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 1.5rem auto;
  display: block;
}

/* === PDF/MD 링크 구역 === */
.acts-download-links {
  margin-top: 2rem;
  text-align: center;
}

.acts-download-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  font-family: 'Noto Sans CJK KR Regular', sans-serif;
}

.acts-download-buttons .btn {
  font-size: 0.95rem;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  margin: 0 0.5rem;
}
/* 이미지 wrapper 박스 */
.acts-image-box {
  margin-bottom: 2rem;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-color: #fdfdfd;
}

/* 이미지 자체 */
.acts-image-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0; /* 이미 wrapper가 라운드 처리하므로 중복 제거 */
}
