@font-face {
    font-family: 'ProximaNovaA-Regular';
    src: url('proxima-nova-a-a.otf');
}

body {
    background-color: #F7F8FA;
    font-family: 'ProximaNovaA-Regular', serif;
    text-align: center;
    margin: 0;
    padding: 8px 16px 0 16px;
}

.unsubscription-popup-wrapper {
    display: block;
    background: white;
    width: 80%;
    height: fit-content;
    text-align: center;
    margin: 16px auto 16px auto;
    border-radius: 5px;
    padding: 24px;
    max-height: 85vh;
    max-width: 500px;
    border: 1px solid #e8e8e8;
}

.up-confirmation-page {
    display: none;
}

.up-image {
    max-width: 200px;
}

.up-header {
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    word-break: break-word;
}

.up-body {
    margin-top: 16px;
    font-size: 13px;
    word-break: break-word;
}

.up-button {
    margin-top: 24px;
}

.up-button > button {
    border: 0;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
