/* recycling.css - Styling for Recycling Guide */

body {
  background-color: #f4fcf5; /* light eco green */
  color: #333;
  font-family: 'Inter', sans-serif;
}

.page-title {
  color: #1b5e20;
  font-weight: 700;
  border-bottom: 3px solid #66bb6a;
  padding-bottom: 0.3rem;
}

.lead {
  font-size: 1.1rem;
  color: #444;
}

h3 {
  color: #2e7d32;
  margin-top: 1.5rem;
}

ul {
  padding-left: 1.2rem;
}

ul li {
  margin-bottom: 0.5rem;
}

.tips-card {
  border: 2px solid #66bb6a;
  background-color: #e8f5e9;
  border-radius: 8px;
}

.tips-card h5 {
  color: #1b5e20;
}

a {
  color: #1b5e20;
}

a:hover {
  color: #0e3d15;
  text-decoration: underline;
}

footer {
  background-color: #1b5e20 !important;
}

footer a {
  color: #c8e6c9 !important;
}

footer a:hover {
  color: #fff !important;
}
