<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('../main.css');
@import url('web_fonts.css');
/*@import url('toc_numbering.css');*/
@import url('header_and_toc_sticky.css');
@import url('mobile_nav_buttons.css');
@import url('child_and_related_links.css');
@import url('footnotes.css');
@import url('webhelp_colors.css');

:root, body, .topic {
	font-family: var(--wa-font-body), Arial, sans-serif;
}


div.wh_logo_and_publication_title &gt; a.wh_logo &gt; img {
    height: 3.5rem;
}

span[class ~= "booktitle"] {
    text-align: left;
}

span[class ~= "mainbooktitle"] {
    font-size: 3rem;
    font-weight: 700;
}

span[class ~= "booktitlealt"] {
    display: block;
    font-size: 2rem;
}

div.wh_publication_toc {
    padding: 5px;
    padding-top: 1.5em;
}

footer.navbar.navbar-default.wh_footer {
    flex-direction: column;
}

div[class ~= "copyright_info"] {
    display: block;
    text-align: center;
}

/* Default styling: horizontal layout */
.wh_logo_and_publication_title {
    display: flex;
    align-items: center;
    gap: 10px; /* Adds some space between the logo and title */
}

/* Responsive styling: vertical layout for narrower viewports */
@media (max-width: 600px) { /* Adjust the max-width as needed */
    .wh_logo_and_publication_title {
        flex-direction: column;
        align-items: flex-start; /* Optional: Align items to the start for better readability */
    }
    .wh_logo {
        display: block !important;
        margin-left: 1em;
    }
}



.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(225, 37, 27, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

caption {
    white-space: normal;
}</pre></body></html>