/* Estilos do Platty Hub */
.platty-hub-container {
    margin: 20px 0;
    padding: 15px;
    border-radius: 5px;
    background-color: #f8f9fa;
}

.platty-hub-authorized {
    color: #28a745;
    font-weight: bold;
}

.platty-hub-unauthorized {
    color: #dc3545;
    font-weight: bold;
} 