.yh-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.yh-result-main {
    padding: 1.2rem;
    border-radius: 12px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.yh-main-label {
    font-size: 0.9rem;
    color: #2563eb;
    margin-bottom: 0.4rem;
}

.yh-main-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1d4ed8;
    line-height: 1.2;
    word-break: break-all;
}

.yh-result-list {
    margin-top: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.yh-result-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
}

.yh-result-row:last-child {
    border-bottom: none;
}

.yh-result-row strong {
    color: #0f172a;
}

.yh-profit {
    color: #059669 !important;
}

.yh-article p {
    margin: 0 0 1rem;
    color: #4b5563;
    line-height: 1.9;
}

.yh-table-wrap {
    margin-top: 1.25rem;
    overflow-x: auto;
}

.yh-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.yh-table th,
.yh-table td {
    padding: 0.9rem 1rem;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
}

.yh-table th {
    background: #f8fafc;
    color: #1e293b;
    font-weight: 600;
}

.yh-table td {
    color: #475569;
}

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

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

    .yh-main-value {
        font-size: 1.45rem;
    }

    .yh-result-row {
        flex-direction: column;
        align-items: flex-start;
    }
}
