/* Change the overall background to match your site */
body {
    background-color: #f1f5f9 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* Style the main container card */
.container {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
    border: 1px solid #e2e8f0 !important;
    padding: 40px !important;
    margin-top: 50px !important;
}

/* Style the primary "Unsubscribe" button */
.button.is-primary, .btn-primary {
    background: linear-gradient(135deg, #0a3145 0%, #1a849e 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    padding: 12px 24px !important;
    transition: opacity 0.2s ease;
}

.button.is-primary:hover {
    opacity: 0.9 !important;
}

/* Style links */
a {
    color: #0a3145 !important;
    font-weight: 600 !important;
}

/* Hide the Listmonk logo if you want it even more branded */
/* .logo { display: none !important; } */