.twitch-stats {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.twitch-stats h3 {
    margin-top: 0;
    color: #4A007F; /* Twitch Purple */
}
.twitch-stats ul {
    list-style-type: none;
    padding-left: 0;
}
.twitch-stats ul li {
    padding: 5px 0;
    border-bottom: 1px dotted #eee;
}
.twitch-stats ul li:last-child {
    border-bottom: none;
}

.twitch-connect-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #9146FF; /* Twitch Purple */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.twitch-connect-button:hover {
    background-color: #772CE8;
}
