/* Custom styles for Fospha API documentation */

/* Logo sizing - adjust the header logo */
.header-logo img,
.navbar-brand img,
[data-testid="header-logo"] img,
.logo img {
  max-height: 40px !important;
  height: 40px !important;
  width: auto !important;
}

/* Alternative selectors for different template structures */
header img,
nav img {
  max-height: 40px !important;
  height: 40px !important;
  width: auto !important;
}

/* Ensure logo container doesn't overflow */
.header-logo,
.navbar-brand,
[data-testid="header-logo"],
.logo {
  height: 50px;
  display: flex;
  align-items: center;
}
