.tip-gifts {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}

section.tip-section  {
  margin-bottom: 50px;
  background-color: transparent;
}

.tip-title {
  font-size: 22px;
  color: #444;
  margin-bottom: 20px;
}

.tip-subtitle {
  font-size: 20px;
  color: #555;
  margin-bottom: 15px;
}

.tip-offer {
  margin-bottom: 15px;
}

.tip-steps {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
  padding-left: 20px;
}

.tip-step {
  margin-bottom: 8px;
}

.tip-features {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 20px;
}

.tip-feature {
  margin-bottom: 8px;
}

.tip-link {
  color: #0066cc;
  text-decoration: none;
}

.tip-link:hover {
  text-decoration: underline;
  color: #0066cc;
}

.tip-footer {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
