/* Custom styles for YosrAI SDK documentation */

/* Increase logo size in navigation header */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 48px !important;
  width: auto !important;
}

/* Alternative: If you want even larger logo */
.md-header__button.md-logo {
  padding: 8px !important;
}

.md-header__button.md-logo img {
  max-height: 48px !important;
  max-width: 200px !important;
}
