.newsticker { white-space: nowrap !important; overflow: hidden !important; display: inline-flex !important; width: auto !important; gap: 40px; } 
.ticker-news {
    display: flex !important;
    align-items: center;
    gap: 16px;
}

.ticker-news > span {
    flex-shrink: 0;
    white-space: nowrap;
}

.ticker-news .tickercontainer {
    flex: 1 1 auto;
}

.ticker-news .ticker-mask {
    overflow: hidden !important;
    width: 100% !important;
    max-width: none !important;
    white-space: nowrap;
}

.ticker-news .tickercontainer,
.ticker-news .ticker-mask,
.ticker-news ul.newsticker {
    min-height: 26px;
}

.ticker-news span,
.ticker-news li a span {
    line-height: 1.2;
}

.header-topbar {
    line-height: 28px !important;
    padding-block: 4px !important;
}

.header-topbar .login,
.header-topbar a.login {
    line-height: 26px !important;
    padding: 4px 14px !important;
}

.header-topbar .topbar-left,
.header-topbar .topbar-right {
    display: flex !important;
    align-items: center;
    gap: 16px;
}

.header-topbar .topbar-right .group-sign-in ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.header-topbar .topbar-right .group-sign-in li {
    list-style: none;
}

.header-topbar .topbar-right .group-sign-in a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    padding: 4px 16px;
}

.newsticker li { display: inline-flex !important; margin: 0 !important; white-space: nowrap; }

/* Navigation dropdown text visibility fix */
.navigation .dropdown-menu > li > a,
.navigation .dropdown-menu > li > a.main-menu {
    color: #222222 !important;
}
.navigation .dropdown-menu > li > a:hover,
.navigation .dropdown-menu > li > a:focus {
    color: #ffffff !important;
    background-color: #2d6930 !important;
}

/* Administration dropdown visibility improvements */
.navigation .dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #d0d0d0 !important;
}
.navigation .dropdown-menu > li > a,
.navigation .dropdown-menu > li > a.main-menu {
    color: #222222 !important;
}
.navigation .dropdown-menu > li > a:hover,
.navigation .dropdown-menu > li > a:focus {
    color: #ffffff !important;
    background-color: #2d6930 !important;
}
