/* 增长率计算器 */

.zl-form3 {
    grid-template-columns: 1fr 1fr;
}

.zl-prediction-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.zl-prediction-table th,
.zl-prediction-table td {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e0e0e0;
    text-align: right;
}

.zl-prediction-table th {
    background: #f5f5f5;
    font-weight: 600;
    color: #333;
}

.zl-prediction-table td:first-child {
    text-align: center;
    font-weight: 600;
    color: #555;
}

@media (max-width: 600px) {
    .zl-form3 {
        grid-template-columns: 1fr;
    }
}
