/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Reduce waterTestingBanner height by ~25% on desktop */
.banner-compact .bannerheader img {
    max-height: 72px;
    width: auto;
    max-width: 100%;
}

/* Hide the invisible module title on large screens only (saves 44px height).
   On mobile, it stays visible to buffer the navbar address area. */
@media (min-width: 800px) {
    .banner-compact h3.uk-panel-title {
        display: none;
    }
}

/* Mobile: address sits in dark blue banner area - white text, single line */
@media (max-width: 799px) {
    .uk-navbar-center p,
    .uk-navbar-center p a,
    .uk-navbar-center > a {
        color: rgba(255, 255, 255, 0.9) !important;
    }
    .uk-navbar-center p {
        font-size: 12px;
        white-space: nowrap;
    }
}
