#tc-avisos-button {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #f0ad4e;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
}

#tc-avisos-bubble {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 8px;
    margin-left: 5px;
    font-size: 0.8em;
}

#tc-avisos-content {
    position: fixed;
    top: 50px;
    right: 10px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 1.1em;
}

#tc-avisos-content ul {
    list-style-type: none;
    padding: 0;
}

#tc-avisos-content li {
    margin-bottom: 10px;
}
