.cn-d-fx.cn-ai-center.cn-ml-auto.debt .color__thunderbird.error-with-text {
    justify-content: end;
}

.downloadDebtFile {
    cursor: pointer;
}

@media (max-width: 575px) {
    .cn-d-fx.cn-ai-center.cn-ml-auto.debt {
        display: grid !important;
        grid-template-columns: 20px 40px;
        grid-template-rows: 40px;
        justify-content: center;
        align-items: center;
    }

    .cn-d-fx.cn-ai-center.cn-ml-auto.debt .typo-utati.color__thunderbird.error-with-text.mg-r-5 {
        width: 20px;
    }

    .cn-d-fx.cn-ai-center.cn-ml-auto.debt .status-name {
        display: none;
    }

    .cn-d-fx.cn-ai-center.cn-ml-auto.debt .typo-utati.color__la-palma {
        background-image: url(../img/icons/file-status/good.svg);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
    }

    .cn-d-fx.cn-ai-center.cn-ml-auto.debt .typo-utati.color__malibu {
        background-image: url(../img/icons/file-status/check.svg);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
    }

    .e-case--download.debt {
        column-gap: 7px;
    }
}
