
/*!*---------------------------------------*/
/*   DISPUTED TRANSACTION STYLES              */
/*-----------------------------------------*!*/

    .disputed-account-number {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        color: #02191C;
        margin: 8px 0 16px;
    }

    .disputed-account-transaction-item {
        margin-bottom: 16px;
    }

    .site-content-title-disputed {
        margin: 16px 0;
        padding: 8px 0;
    }

    .card-sum-transactions {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        color: #02191C;
        padding: 24px 0 0;
        margin: 0 0 8px;
    }

    .card-period-transactions {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        color: rgba(2, 25, 28, 0.5);
    }

    .card-badges {
        display: flex;
        flex-wrap: wrap;
    }

    .card-badge {
        width: fit-content;
        height: fit-content;
        border-radius: 34px;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin-right: 8px;
        padding: 4px 8px;
        margin-top: 4px;
    }

    .badge-crossed-out {
        background: rgba(2, 25, 28, 0.09);
        color: rgba(2, 25, 28, 0.4);
        text-decoration: line-through;
    }

    .badge-success {
        background: rgba(0, 204, 115, 0.2);
        color: #00CC73;
    }

    .edit-transactions {
        position: absolute;
        top: 16px;
        right: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        width: 32px;
        height: 32px;
        background: #02191C1A;
    }

/*!*---------------------------------------*/
/*   RESPONSIVE STYLES              */
/*-----------------------------------------*!*/

@media screen and (min-width: 768px) {
    .disputed-account-transactions {
        padding: 0 4px;
    }

    .disputed-account-transaction-item {
        padding: 0 8px;
    }

    .card-badges {
        margin-bottom: 4px;
    }
}

@media screen and (min-width: 1200px) {
    .disputed-account-transactions {
        padding: 0;
    }

    .card-badges {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1199.9px) {
    .card-sum-transactions {
        margin: 4px 0 8px;
    }
}

@media screen and (max-width: 767.9px) {
    .card-sum-transactions {
        padding: 16px 0 4px;
    }
}
