/* -------------------------
   COMPONENTS.CSS
   Reusable blocks: header, ad slot, rewards
--------------------------*/
.rewards-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2rem;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.rewards-info h3 {
  color: var(--color-primary);
}

#ad-balance {
  font-weight: bold;
}

.ad-container {
  flex: 1;
  text-align: center;
}

.tool-card img {
  width: 60px;
  margin-bottom: 1rem;
}

