.snb-banner {
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2);
    color: #000;
    position: relative;
}

.snb-banner .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: center;
    gap: 1rem;
    width: 100%;
    max-width: 100rem;
    padding: 1rem 2rem;
}

.snb-banner .content main {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.snb-banner a {
    color: #000;
    text-decoration: underline;
}

.snb-banner p {
    margin: 0;
}

.snb-banner button.snb-dismiss {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.12) !important;
    color: #000;    
    font-size: 20px;
    cursor: pointer !important;
    border: unset !important;
    border-radius: .5rem;
    font-size: 2rem !important;
    padding: 1rem;
    width: 3rem;
    height: 3rem;
}
