body { font-family: Oswald, Arial, sans-serif; background: #f5f5f5; margin: 0; }
.newsletter-container
{
    max-width: 700px; margin: 40px auto; background: #fff; border: 1px solid #ddd; padding: 32px 24px 0px 24px;
    border-radius: 8px; box-shadow: 0 2px 8px #eee;

}
.logo-top { display: flex; justify-content: center; }
.logo-top img { width: 140px; margin-right: 24px; vertical-align: bottom; margin-top:2px; }
h1 { color: var(--main-blue); margin-top: 0; font-size:1.9em; display: block; }
h2 { color: var(--main-red); margin-bottom: 0.5em; font-size:1.3em;}
a, a:visited, a:active { color: var(--main-blue); text-decoration: underline !important; }
.section, .section p { margin-bottom: 1em; font-family: inherit; font-size:1em; }
.signup-section { text-align: center; margin-bottom: 0; padding-bottom: 0; }
.signup-section-inner { display: inline-block; text-align: left; }
.signup-section h2 { color: var(--main-blue); }
.highlight { background: var(--main-yellow, #e6f2ff); padding: 8px 12px; border-radius: 4px; margin-bottom: 1em; }
hr {margin-bottom:20px;}
ul li {margin:0px; font-size:0.9em; margin-left:1em;}
ul { list-style-type:square; }
