body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f6f8;
  margin: 40px;
  color: #333;
}

h1 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #2c3e50;
}

h2 {
  font-size: 1.4em;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #2c3e50;
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 5px;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

pre {
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow-x: auto;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

li {
  margin-bottom: 10px;
}

.cache-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.cache-entry span {
  font-weight: 500;
}

button {
  padding: 8px 14px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
  margin-left: 10px;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #c82333;
}

.clear-all {
  margin-top: 30px;
  padding: 12px 20px;
  font-weight: bold;
}
