/* Custom styles for Wolpie documentation */

/* Make the sidebar logo appropriately sized using relative units */
.navbar-brand img {
    max-height: 6em !important;
    width: auto !important;
}

/* Ensure logo and text display together nicely */
.navbar-brand {
    display: flex !important;
    align-items: center !important;
    gap: 0.5em !important;
}

/* Style the logo text */
.navbar-brand .navbar-brand-text {
    font-size: 2rem !important;
    font-weight: 500 !important;
}
