body {
    background: #f9f9f9;
    font-family: Arial, sans-serif;
    padding-top: 40px;
}

.kb-card {
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
}

.kb-card:hover {
    background-color: #eef6ff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.kb-logo {
    max-height: 80px;
}

.ad-sidebar {
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 20px;
}

.ad-sidebar img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.kb-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #0b5394; /* Deep blue */
  text-decoration: none;
}

.kb-title:hover {
  color: #063970; /* Slightly darker blue on hover */
  text-decoration: none;
}
.ad-sidebar {
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 20px;
}
.ad-sidebar img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
