.news-detail-section {
  background: white;
}

.news-detail {
  max-width: 1400px;
}

.news-header {
  margin-bottom: 2rem;
}
.news-header .news-title {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}
.news-header .news-meta .news-date {
  color: #666;
  font-size: 0.875rem;
}

.news-image {
  margin-bottom: 2rem;
}
.news-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.news-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.news-content p {
  margin-bottom: 1rem;
}

.news-footer {
  margin-top: 3rem;
}
.news-footer .btn {
  background: #AF4100;
  white-space: nowrap;
  border: none;
  color: white;
  font-weight: 400;
  border-radius: 20px;
  padding: 0.4rem 1rem;
  font-size: 1.125rem;
}
.news-footer .btn:hover {
  background: rgba(179, 61, 11, 0.8);
}

@media (max-width: 768px) {
  .news-detail-section {
    padding: 1rem 0.5rem;
  }
  .news-header .news-title {
    font-size: 1.25rem;
  }
  .news-header .news-meta {
    font-size: 0.75rem;
  }
  .news-content {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .news-footer .btn {
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
    width: 100%;
  }
}

/*# sourceMappingURL=detail.css.map */
