/* Estilos básicos para as interfaces admin e frontend */
.wss-settings .validation-stage {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.wss-settings .document-field {
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 4px;
}

.wss-stage-completed {
    color: #46b450;
    font-weight: bold;
}

.wss-certificates .wss-certificate {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.dashicons.spin {
    animation: dashicons-spin 1s infinite linear;
}

@keyframes dashicons-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wss-file-name {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    font-style: italic;
}

input.error {
    border-color: #dc3232 !important;
    box-shadow: 0 0 2px rgba(220, 50, 50, 0.8);
}

.woocommerce-message {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #c3e6cb;
}

.woocommerce-error {
    background: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #f5c6cb;
}