.restriction-banner {
    background-color: #990033;
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 0.85rem;
    font-weight: normal;
    width: 100%;
    position: relative;
    z-index: 1000;
    margin: 0;
}

.restriction-banner a {
    color: white;
    text-decoration: underline;
    margin-left: 5px;
}

.restriction-banner a:hover {
    color: #f5f5f5;
}