body:has(.unsubscribe) footer {
    display: none;
}

.unsubscribe {
    min-height: 100vh;
    padding-top: clamp(4rem, 16vh, 9rem);
    align-items: start;
}

.unsubscribe-form {
    display: grid;
    justify-items: stretch;
    text-align: left;
}

.unsubscribe-logo {
    display: block;
    width: 4.9rem;
    height: auto;
    justify-self: center;
    margin-bottom: 0.85rem;
}

.unsubscribe-title {
    margin-bottom: 2.1rem;
    text-align: center;
}

.unsubscribe-actions {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.unsubscribe-actions .btn {
    min-width: 15.5rem;
}

@media (max-width: 520px) {
    .unsubscribe {
        padding-top: 3rem;
    }

    .unsubscribe-logo {
        width: 4.3rem;
    }

    .unsubscribe-actions {
        margin-top: 0.2rem;
    }
}
