.premium-div {
  position: relative;
  box-shadow: 0 4px 12px 6px rgba(255, 233, 50, 0.61) !important;
  border: 2px solid #ffd700; /* rich gold */
  /* background: linear-gradient(135deg, #fffbe6, #fff9cc); */ /* linear-gradient(135deg, #fffbe6, #fcfbf3) */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.premium-div:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 16px 10px rgba(255, 223, 0, 0.5);
}


.premium-share-button {
    background: #ffd700;
}