/* appliances.css - Styling for Energy-Efficient Appliances Page */

body {
  background-color: #f6fbf7;
  font-family: 'Inter', sans-serif;
}

.page-title {
  color: #2b7a4b;
  font-weight: 700;
  border-bottom: 3px solid #81c784;
  padding-bottom: 0.3rem;
}

.lead {
  color: #444;
  font-size: 1.1rem;
}

h3 {
  color: #2b7a4b;
  margin-top: 1.5rem;
}

ul {
  padding-left: 1.2rem;
}

.tips-card {
  border: 2px solid #81c784;
  background-color: #e9f7ec;
  border-radius: 8px;
}

.tips-card h5 {
  color: #2b7a4b;
  font-weight: 600;
}

.tips-card ul li {
  margin-bottom: 0.4rem;
}

a {
  color: #2b7a4b;
}

a:hover {
  color: #0e4725;
  text-decoration: underline;
}

footer {
  background-color: #2b7a4b !important;
}

footer a {
  color: #d4ecd4 !important;
}

footer a:hover {
  color: #fff !important;
}
