.success-container {
    padding: 24px;
    width: 100%;
    display: flex;
    justify-content: center
}

.success-container h1 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 700
}

.success-container .card {
    max-width: 420px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    border: 1px solid #e5e7eb
}

.success-container .card .divider {
    width: 48px;
    height: 2px;
    background: #e5e7eb;
    margin: 24px auto;
    border-radius: 2px
}

.success-container .icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #dcfce7;
    color: #166534;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700
}

.success-container .main-text {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.5
}

.success-container .secondary-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #475569
}

.success-container .note {
    margin: 0;
    font-size: 13px;
    color: #64748b
}