.news-detail-wrapper {
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.news-detail-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.news-detail-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 25px;
}

.detail-image {
  display: block;
  margin: 0 auto 25px auto;
  width: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.news-detail-content {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  white-space: pre-line;
}

.news-back-button a {
  display: inline-block;
  padding: 10px 18px;
  background: #006837;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.2s ease;
}

.news-back-button a:hover {
  background: #004f2b;
}

.company-detail-wrapper {
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.detail-image {
  display: block;
  margin: 0 auto 25px auto;
  max-width: 100%;
  max-height: 440px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.detail-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 15px;
}

.detail-title span {
  color: #999;
  font-weight: 400;
}

.detail-description {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin-top: 20px;
  white-space: pre-line;
}

.back-button {
  text-align: center;
  margin-top: 30px;
}

.back-button a {
  background: #006837;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}

.back-button a:hover {
  background: #004f2b;
}
