/* Hide listmonk branding */
.wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
header .logo { display: none; }
header::before { content: "Steady"; font-size: 18px; font-weight: 500; color: #1a1a1a; letter-spacing: -0.3px; }
header::after { content: "Match"; font-size: 18px; font-weight: 500; color: #1D9E75; letter-spacing: -0.3px; }
.footer, .powered-by { display: none !important; }
[class*="powered"], a[href*="listmonk.app"] { display: none !important; }

/* Style the page */
.box { border-radius: 12px; border: 0.5px solid #e8e8e8; box-shadow: none; }
h2 { font-size: 22px; font-weight: 500; color: #1a1a1a; }
.button, input[type="submit"], a.button { background: #1D9E75 !important; border: none !important; border-radius: 8px !important; font-weight: 500 !important; }
.button:hover, input[type="submit"]:hover, a.button:hover { background: #178A66 !important; }