.phase6-amount-notice {
    margin: -0.25rem 0 0.75rem;
    color: #dc2626;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.55;
    text-align: left;
    overflow-wrap: anywhere;
}

.phase6-amount-notice > span {
    display: block;
}

.phase6-support-link {
    display: block;
    margin: 0 0 0.75rem;
    color: var(--muted-foreground);
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.phase6-support-link:hover,
.phase6-support-link:focus-visible {
    color: var(--foreground);
}

.phase6-copyable {
    -webkit-user-select: text;
    user-select: text;
}

#phase6-loading-text {
    margin: 0.75rem 0 0;
    color: #6b7280;
    font: 500 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    text-align: center;
}

@media (max-width: 480px) {
    .phase6-amount-notice {
        font-size: 13px;
        line-height: 1.55;
    }
}
