/* ==== GLOBAL PAGE ==== */

/* Affiliate Products Section */

.hp-page-amazon-affiliate-products-section {
  background-color: #f9f9f9;
  padding: 30px 16px; /* ⬇️ Reduced from 40px 20px */
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;
}

.hp-page-amazon-affiliate-products-section h2 {
  font-size: 2em;
  margin-bottom: 16px; /* ⬇️ Reduced from 20px */
  text-align: center;
  color: #2a2a2a;
}

.hp-page-amazon-affiliate-products-section ul {
  list-style: none;
  padding-left: 0;
  margin-top: 16px; /* ⬇️ Reduced from 20px */
  margin-bottom: 0;
}

.hp-page-amazon-affiliate-products-section li {
  margin-bottom: 20px; /* ⬇️ Reduced from 30px */
  font-size: 1.1em;
}

.hp-page-amazon-affiliate-products-section a {
  color: #0073aa;
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  margin-top: 5px;
}

.hp-page-amazon-affiliate-products-section a:hover {
  color: #005a8c;
}
