﻿
.announcement-bar.bg-primary-light {
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
}

    .announcement-bar.bg-primary-light .shcontainer {
        flex: 1;
    }

.customer-type-selections {
    flex-basis: 50rem;
}

.customer-type-selections__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-basis: 50rem;
}

    .customer-type-selections__wrapper .customer-type-selections__item {
        max-width: 25rem;
        width: 100%;
    }

.customer-type-selections__link.active,
.customer-type-selections__link:hover {
    background: rgb(var(--color-white));
}

.header__icon-list a[aria-controls="search-drawer"] {
    display: none;
}

.announcement-bar__static-list p a {
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 3px;
}

    .announcement-bar__static-list p a:hover {
        opacity: 0.8;
    }

@media screen and (max-width: 1011px) {
    .announcement-bar.bg-primary-light {
        flex-direction: column-reverse;
        gap: 1rem;
        padding-top: 1rem;
    }

    .customer-type-selections {
        flex-basis: 0;
        width: 100%;
    }

    .customer-type-selections__wrapper .customer-type-selections__item {
        max-width: 100%;
        width: 100%;
    }

        .customer-type-selections__wrapper .customer-type-selections__item .button {
            max-width: 100%;
        }

    .header__logo,
    .header__logo svg {
        max-width: 19.1rem;
    }
}
