#scm-banner {
    width: 100%;
    background: #5a1d1d;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.35);
    z-index: 999999;
}

#scm-banner a {
    color: #ffd9b3;
    text-decoration: underline;
}

/* Push the ENTIRE site down cleanly to avoid overlap */
html {
    margin-top: 70px;
}
