/**
 * SendGrid Relay Plugin Styles
 */

.sendgrid-relay-hello {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    margin: 20px 0;
    padding: 15px;
    text-align: center;
}

.sendgrid-relay-hello:before {
    content: "✉️ ";
}