/* Pacote 42 - fluxo de pagamento pendente / rascunho */
.portal-payment-pending-42 {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    align-items: center;
    border: 1px solid #f3c96b;
    background: #fff8e7;
    margin: 1rem 0;
}

.portal-payment-pending-42 h3 {
    margin-top: 0;
    margin-bottom: .4rem;
    color: #7a4b00;
}

.portal-payment-pending-42 p {
    margin: .25rem 0;
}

.portal-payment-actions-42 {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: flex-end;
}

.portal-protocol-locked-42 {
    border-color: #f3c96b;
    background: #fffaf0;
}

@media (max-width: 820px) {
    .portal-payment-pending-42 {
        flex-direction: column;
        align-items: stretch;
    }

    .portal-payment-actions-42 {
        justify-content: flex-start;
    }
}

.portal-case-payment-pending-42 {
    border-color: #f3c96b;
    background: #fffaf0;
}
.portal-case-payment-pending-42 .actions {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
}
