.js-transaction-download-images-btn{
    margin: 0 auto 20px auto;
}

.js-transaction-image{
    margin-bottom: 15px;
    width: 100%;
}

.js-transaction-expanded-image-container{
    height: 100vh;
    width: 100vw;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    background-color:rgba(0, 0, 0, 0.8);
}

.js-transaction-expanded-image-container img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.c-transaction__image-link{
    cursor: pointer;
}

.c-transaction__tabs > .c-transaction__tabs-title{
    cursor: pointer;
    color: var(--black) !important;
}


.dark-mode .c-transaction__tabs > .c-transaction__tabs-title{
    color: var(--white) !important;
}

.c-transaction__tabs{
    border-color: var(--accent-color) !important;
}