/**
 * 배너 상세 페이지
 */

.banner-detail-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 2rem 0;
}

.banner-detail-back {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--primary-color, #C97D7E);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
}

.banner-detail-back:hover {
  text-decoration: underline;
}

.banner-detail-loading,
.banner-detail-error {
  padding: 2rem;
  text-align: center;
  color: #666;
  font-size: 0.9375rem;
}

.banner-detail-error {
  color: var(--error-color, #c00);
}

.banner-detail-content {
  margin-top: 0.5rem;
}

.banner-detail-image-wrap {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}

.banner-detail-image-wrap img {
  width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

.banner-detail-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.banner-detail-body p {
  margin: 0 0 1em 0;
}

.banner-detail-body p:last-child {
  margin-bottom: 0;
}

.banner-detail-body a {
  color: var(--primary-color, #C97D7E);
  text-decoration: none;
}

.banner-detail-body a:hover {
  text-decoration: underline;
}

.banner-detail-body ul,
.banner-detail-body ol {
  margin: 0 0 1em 0;
  padding-left: 1.5em;
}

.banner-detail-body h2,
.banner-detail-body h3 {
  margin: 1.25em 0 0.5em 0;
  font-size: 1.125rem;
}

.banner-detail-body h2:first-child,
.banner-detail-body h3:first-child {
  margin-top: 0;
}
