.selo-asaas {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    flex-shrink: 0;
}

.selo-asaas__text {
    color: #0a0a0a;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.selo-asaas__logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    flex-shrink: 0;
}

.selo-asaas__logo svg {
    display: block;
    width: 74px;
    height: 13px;
}

.asaas-selo-wrap {
    display: block;
    width: 100%;
    clear: both;
    box-sizing: border-box;
}

.asaas-selo-wrap--section {
    margin-top: 20px;
}

.asaas-selo-wrap--checkout {
    margin-top: 20px;
    padding-top: 4px;
}

#options-forgate-wallet {
    display: block;
    width: 100%;
}

#options-forgate-wallet .asaas-selo-wrap {
    margin-top: 20px;
}

#forgate_modal-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
}

#forgate_modal-footer .asaas-selo-wrap {
    margin-top: 0;
    width: auto;
    clear: none;
    flex: 0 0 auto;
}

#forgate_modal-footer .forgate_modal-footer-actions {
    margin-left: auto;
    flex: 0 0 auto;
}

.recibo-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
}

.recibo-footer .asaas-selo-wrap {
    width: auto;
    clear: none;
    flex: 0 0 auto;
}

.recibo-footer__center {
    flex: 1 1 auto;
    text-align: center;
    min-width: 0;
}

.recibo-footer__logo {
    flex: 0 0 auto;
    margin-left: auto;
}

.recibo-footer__logo img {
    display: block;
    max-height: 31px;
}

#saque-wrapper .asaas-selo-wrap {
    margin-top: 20px;
    padding: 0 0 4px;
}

@media (max-width: 768px) {
    #forgate_modal-footer {
        flex-direction: column;
        align-items: flex-start !important;
    }

    #forgate_modal-footer .forgate_modal-footer-actions {
        margin-left: 0;
        width: 100%;
    }

    #forgate_modal-footer .d_button,
    #forgate_modal-footer .d_button-gray {
        width: 100%;
    }

    .recibo-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .recibo-footer__center {
        text-align: left;
        width: 100%;
    }

    .recibo-footer__logo {
        margin-left: 0;
    }
}
