/* Mumble Newsletter - tema pagine pubbliche */
body { font-family: "Inter", "Helvetica Neue", Arial, sans-serif; }
a { color: #3D6B00; text-decoration-color: #8FD400; }
.header { border-bottom: 3px solid #8FD400 !important; }
.header .logo a { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: 20px; color: #0B0B0B; text-decoration: none; }
.header .logo img { width: 40px !important; height: 40px; }
.header .logo a::after { content: "Mumble Newsletter"; }
.button, .login button { background: #8FD400 !important; color: #0B0B0B !important; border-color: #8FD400 !important; }
.button:hover, .login button:hover { background: #7FBF00 !important; }
.button.button-outline { background: transparent !important; border-color: #3D6B00 !important; color: #3D6B00 !important; }
input:focus, select:focus, textarea:focus { border-color: #3D6B00 !important; }
footer.container, .footer { visibility: hidden; }
