a.amazon-buy-now {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFD814;
  color: #111 !important;
  padding: 01px 30px;
  border-radius: 13px;
  text-decoration: none !important;
  border: 1px solid #FCD200;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1.1;
}

/* Amazon (top line) */
a.amazon-buy-now .top-text {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
}

/* Buy Now (bottom line) */
a.amazon-buy-now .bottom-text {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

/* Hover */
a.amazon-buy-now:hover {
  background: #F7CA00;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}

/* Click */
a.amazon-buy-now:active {
  transform: scale(0.96);
}

.amazon-buy-now .top-text strong {
  font-size: 26px;
  font-weight: 800;
}