.news-button-wrapper {
  text-align: center;
  margin: 5px 0 45px 0; /* atas tetap dekat, bawah lebih lega */
}

.news-button {
  display: inline-block;
  padding: 10px 32px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
  color: #111;
  background: linear-gradient(135deg, #d4af37, #f3e3a1, #c9a227);
  border-radius: 38px;
  box-shadow: 
    0 5px 14px rgba(212,175,55,0.30),
    inset 0 1px 0 rgba(255,255,255,0.4);
  transition: all 0.35s ease;
}

.news-button:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 22px rgba(212,175,55,0.45),
    0 0 18px rgba(212,175,55,0.35);
}
