.mwn-mc-wrapper {
    max-width: 800px;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mwn-mc-title {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}

.mwn-mc-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.mwn-mc-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.mwn-mc-col {
    flex: 1 1 260px;
    min-width: 260px;
}

.mwn-mc-subtitle {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 600;
}

.mwn-mc-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
}

.mwn-mc-row label {
    font-size: 0.9rem;
    font-weight: 500;
}

.mwn-mc-row input,
.mwn-mc-row select {
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
    max-width: 100%;
    box-sizing: border-box;
}

.mwn-mc-downpayment,
.mwn-mc-date {
    display: flex;
    gap: 6px;
    align-items: center;
}

.mwn-mc-downpayment input {
    flex: 1 1 auto;
}

.mwn-mc-downpayment select {
    width: 120px;
}

.mwn-mc-date select {
    width: 90px;
}

.mwn-mc-date input {
    width: 90px;
}

.mwn-mc-btn {
    align-self: flex-start;
    margin-top: 4px;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    background: #077bff;
    color: #fff;
}

.mwn-mc-btn:hover {
    opacity: 0.9;
}

.mwn-mc-results {
    margin-top: 12px;
    border-top: 1px solid #e0e0e0;
    padding-top: 12px;
}

.mwn-mc-results h4 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.05rem;
    font-weight: 600;
}

.mwn-mc-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.mwn-mc-label {
    margin: 0;
    font-size: 0.8rem;
    color: #555;
}

.mwn-mc-value {
    margin: 2px 0 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.mwn-mc-highlight {
    border-radius: 6px;
    padding: 6px 8px;
    background: #e7f2ff;
}
