/* LP Newsletter Gate modal — minimal, self-contained */
#lpng-modal {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
}
#lpng-modal input[type=email]:focus {
    outline: none;
    border-color: #1a73e8 !important;
    box-shadow: 0 0 0 3px rgba(26,115,232,.12);
}
#lpng-modal button:hover {
    background: #1557b0 !important;
}
