.wd-table {
    display: grid;
    gap: 0.3rem;
    justify-content: center;
    align-items: center;
    margin: 0.6rem auto;
}

.wd-sym {
    font-size: 2rem;
    font-weight: 800;
    color: #334155;
    text-align: center;
    line-height: 1.2;
}

.wd-line {
    border-top: 3px solid #334155;
    margin: 0.2rem 0;
}

.wd-rem-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.4rem;
}

.wd-remainder-label {
    font-size: 1rem;
    font-weight: 700;
    color: #64748b;
    text-align: right;
}

.wd-remainder-input {
    width: 4.2rem;
    border-color: #38bdf8;
    background: #f0f9ff;
}