/* UTubeChat Safe Styles - Minimal and conflict-free */

.utubechat-safe-container {
    margin: 1rem 0;
    text-align: center;
}

.utubechat-safe-btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #de0404;
    color: white !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.utubechat-safe-btn:hover {
    background-color: #b80303;
    color: white !important;
    text-decoration: none !important;
}

.utubechat-safe-btn:visited {
    color: white !important;
}
