#bpc-banner {
    background: #7D1E32;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    font-weight: bold;
    font-family: sans-serif;
    position: sticky;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    flex-wrap: wrap;
    font-size: 16px !important;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: inset 0 0 20px #5d1828, 0px 0px 5px #5d1828;
    box
}

#bpc-banner a {
    color: #fff;
    text-decoration: underline;
}

#bpc-close {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
}

@media (max-width: 600px) {
    #bpc-banner {
        font-size: 12px !important;
        padding: 10px;
    }

    #bpc-close {
        font-size: 12px;
        right: 10px;

    }
}
