/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.usnb {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 2.5rem;
    text-align: center;
}

body:not(.usnb-visible) #usnb {
    display: none;
}

.usnb-content {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usnb-message {
    padding: 1rem;
    vertical-align: middle;
}

.usnb-cta {
    flex-shrink: 0;
}

.usnb-close {
    width: 1.875rem;
    padding: 0.625rem;
    margin-right: 0.625rem;
    line-height: 0;
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}

.usnb-close svg path {
    fill: white;
}
