/* MACBOOK BATTERY PAGE */

.battery-highlight {
  background: #fefce8;
  border-left: 5px solid #eab308;
  padding: 16px;
  border-radius: 8px;
  margin: 20px 0;
  font-size: 14px;
}

.battery-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 20px;
}

.guide-img {
  width: 100%;
  border-radius: 8px;
  margin-top: 15px;
}

.battery-page .category-title {
  color: #111827;
}