/* Hide the default "Powered by ..." footer text */
footer.container {
    visibility: hidden;
}

/* Unsubscribe Page Clarification Message */
.custom-unsub-notice {
    margin-bottom: 25px;
    padding: 15px;
    background-color: #f8f9fa; /* Light gray background */
    border-left: 4px solid #4a5568; /* Dark gray accent border */
    color: #2d3748;
    font-size: 0.95rem;
    line-height: 1.5;
    border-radius: 4px;
}

.custom-unsub-notice p {
    margin: 0 0 8px 0;
}

.custom-unsub-notice p:last-child {
    margin-bottom: 0;
}

.custom-unsub-notice strong {
    font-weight: 600;
}