/* Reduce logo size in sidebar and top nav */
.wy-side-nav-search img,
.wy-side-nav-search .logo img {
  max-height: 88px;
  width: auto;
}

.wy-nav-top img,
.wy-nav-top .logo img {
  max-height: 64px;
  width: auto;
}

/* Softer background color for the main content container */
.wy-nav-content {
  background-color: #f7f8fa; /* light, subtle gray */
}
