/* 延迟退休计算页专属样式 */

.yc-form {
    grid-template-columns: 1fr 1fr;
}

.yc-result {
    margin-top: 1.5rem;
}

.tx-table-wrap { overflow-x: auto; }

.tx-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.tx-table th {
    background: #f5f7fa;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    text-align: left;
    border-bottom: 2px solid #e0e0e0;
}

.tx-table td {
    padding: 0.75rem 1rem;
    font-size: 0.88rem;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.tx-table tr:last-child td { border-bottom: none; }

@media (max-width: 640px) {
    .yc-form { grid-template-columns: 1fr; }
}
