.tools-panel {
  padding: 20px;
  background-color: #eef9f1;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 100, 0, 0.2);
  max-width: 900px;
  margin: 0 auto;
}

.tools-panel h2 {
  text-align: center;
  margin-bottom: 20px;
}

.tool {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
}

.tool img {
  width: 64px;
  height: 64px;
}

.tool h3 {
  margin: 0;
}

.tool p {
  flex-grow: 1;
}

.tool button {
  background-color: #006600;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
}

.tool button:hover {
  background-color: #009900;
}

.fact-box {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #004d00;
}
