/**
 * Print Solutions Automation - Public Styles
 * Version: 1.0.0
 */

/* Placeholder styles for public-facing features */
.psa-automation-widget {
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 20px 0;
}

.psa-automation-status {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}

.psa-automation-message {
    padding: 10px;
    margin: 10px 0;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    color: #155724;
}