/**
 * Inline styles for the Amazon PAA guide
 */
.pictaffil-paa-guide {
    background: #fff;
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.pictaffil-guide-steps {
    margin-top: 20px;
}
.pictaffil-guide-step {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.pictaffil-guide-step:last-child {
    border-bottom: none;
}
.pictaffil-guide-step h3 {
    margin-top: 0;
    color: #23282d;
}
.pictaffil-note, .pictaffil-warning {
    background-color: #f8f8f8;
    padding: 10px 15px;
    margin: 10px 0;
    border-left: 4px solid #00a0d2;
}
.pictaffil-warning {
    background-color: #fff8e5;
    border-left-color: #ffb900;
}
.pictaffil-troubleshooting {
    margin-top: 30px;
    background: #f8f8f8;
    padding: 15px;
    border-radius: 5px;
}
.pictaffil-resources {
    margin-top: 20px;
}