.cbnc-message {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 60%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: black;
    padding: 2%;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cbnc-message-toggle {
    font-weight: bold;
}
