body {
    background-color: #f5f7fa;
}

.card {
    border: 0;
}

.message-cell {
    min-width: 280px;
    max-width: 600px;
    white-space: normal;
    overflow-wrap: anywhere;
}

.api-url-cell {
    min-width: 320px;
    max-width: 500px;
    white-space: normal;
    overflow-wrap: anywhere;
}

.api-url-cell code {
    white-space: normal;
    overflow-wrap: anywhere;
}

.table th {
    white-space: nowrap;
}

footer {
    background-color: #ffffff;
}

.access-notice {
    position: sticky;
    top: 12px;
    z-index: 1020;
}

.access-notice-timer,
.verification-code-cell {
    font-variant-numeric: tabular-nums;
}

.verification-code-cell {
    font-weight: 600;
}
