/* Main CSS */

.wp-wells-app-notifications {
    margin-bottom: 1.5em;
}

.wp-wells-app-notifications .notification {
    padding: 1em 1.25em;
    border: 1px solid #ddd;
    background: #f1f1f1;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1em;
    margin-top: 0.5em;
}
.wp-wells-app-notifications .notification:first-of-type {
    margin-top: 0;
}
.wp-wells-app-notifications .notification p {
    margin: 0;
}
.wp-wells-app-notifications .notification.error {
    background: #ff7f50;
    color: #fff;
    border-color: #cb5326;
}
.wp-wells-app-notifications .notification.warning {
    background: #f0e68c;
    color: #696421;
    border-color: #d6d078;
}
.wp-wells-app-notifications .notification.info {
    background: #deedfa;
    color: #36546e;
    border-color: #b7cadb;
}
.wp-wells-app-notifications .notification.success {
    background: #d1fa92;
    color: #586e38;
    border-color: #b1dd6c;
}