.clear-interstitial-view .view-content-description {
    text-align: center;
}

.clear-interstitial-view .clear-interstitial-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clear-interstitial-view .cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.clear-interstitial-view .cta-button {
    width: 100%;
}

.clear-interstitial-view .view-content-content-buttons {
    justify-content: center;
}

.clear-interstitial-view .view-content-content-buttons button.MuiButton-root.round-button {
    width: 100%;
    margin: 0 auto;
}

/* Test-account-only "skip verification" link, rendered below the primary
   Verify with CLEAR button. */
.clear-interstitial-view .clear-interstitial-skip-link {
    margin-top: 16px;
    text-align: center;
}

.clear-interstitial-view .clear-interstitial-skip-link .link-button {
    font-size: 14px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    font-weight: 600;
    line-height: 1.27;
    color: var(--link-color);
    text-align: center;
}

.clear-interstitial-view .clear-interstitial-skip-link .link-button:hover {
    text-decoration: underline;
}
