/* Secure Messages styles. */

/*
 * The revealed plaintext panel. The card/uk-card classes style it on Bootstrap
 * and UIkit templates; these rules keep it presentable on any other template
 * and preserve the message's own line breaks.
 */
.secure-message-revealed {
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
    padding: 1.25rem;
    text-align: left;
    white-space: pre-wrap;
    word-break: break-word;
}
