/* Page captions ("didascalie") describing what each ET-Pay function does.
   Text colour stays black — only the container is styled. */
.etpay-page-caption {
    position: relative;
    margin: 15px 0 20px;
    padding: 14px 16px 14px 44px;
    color: #000;
    line-height: 1.6;
    background-color: #f8f9f7;
    border: 1px solid #d2d6de;
    border-left: 3px solid #42a434;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
}

.etpay-page-caption-icon {
    position: absolute;
    top: 15px;
    left: 16px;
    color: #42a434;
    font-size: 16px;
}

.etpay-page-caption p {
    margin: 0 0 10px;
    color: #000;
}

.etpay-page-caption p:last-child {
    margin-bottom: 0;
}

/* For captions already sitting inside another box: keep the text, drop the frame. */
.etpay-page-caption--flat {
    margin: 0 0 10px;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
