.get-deal-btn {
  display: inline-block;
  background: #2874f0;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 8px;
  transition: background 0.2s;
}
.get-deal-btn:hover {
  background: #1856b3;
}
