.debt-result {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.debt-result form {
    margin-top: 20px;
}

.debt-result label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.debt-result p:nth-child(6) strong,/* Destaque para porcentagem (child 6) e valor total com desconto (child 7) */
.debt-result p:nth-child(6),
.debt-result p:nth-child(7) {
    background-color: #1e3a8a;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}

.debt-result p:nth-child(6) strong,
.debt-result p:nth-child(7) strong {
    color: white;
}

.debt-result p:nth-child(7) strong {
    color: white;
}

.debt-result input[type="email"] {
    width: 100%;
    max-width: 300px;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.dl-accept-button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}

.dl-accept-button:hover {
    background-color: #005177;
}

.error {
    color: #d63638;
    font-weight: bold;
}