#amitloca-wrapper {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#amitloca-calculator h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

#amitloca-calculator label {
    display: block;
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
}

#amitloca-calculator input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    margin-top: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

#amitloca-calculate {
    margin-top: 18px;
    padding: 11px 18px;
    background: #0073aa;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
}
#amitloca-calculate:hover {
    background: #005b82;
}

.amitloca-section {
    margin-top: 26px;
}

#amitloca-amort-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 14px;
    font-size: 13px;
}

#amitloca-amort-table th,
#amitloca-amort-table td {
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    text-align: right;
}

#amitloca-amort-table th {
    background: #f5f5f5;
    font-weight: 600;
}

#amitloca-summary {
    margin-top: 12px;
}
