.paper-acceptance {
    max-width: 900px;
    margin: auto;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    text-align: left;
}

.paper-acceptance h2 {
    text-align: center;
    margin-bottom: 24px;
    color: #1f2a7c;
}

.info-box {
    background: #eef2ff;
    padding: 16px 20px;
    border-left: 4px solid #1f85f9;
    border-radius: 6px;
    margin-bottom: 24px;
}

.info-box a {
    color: #1f85f9;
    text-decoration: none;
}

.flow .step {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.step-number {
    min-width: 36px;
    height: 36px;
    background: #1f85f9;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}

.step-content h4 {
    margin-bottom: 6px;
    color: #1f2a7c;
}

.step-content ul {
    padding-left: 18px;
}

.after-conf {
    margin-top: 40px;
}

.after-conf h3 {
    color: #1f2a7c;
    margin-bottom: 16px;
}

.publish-box {
    background: #f8f9ff;
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 14px;
    border: 1px solid #e3e6f0;
}

.publish-box h4 {
    color: #1f85f9;
    margin-bottom: 6px;
}
