.panel-header-wrapper {
    background-color: #fff;
    color: #072653;
    border-top: 1px solid #e0e5e7;
    padding: 24px 30px;
}

@media (max-width: 650px) {
    .panel-header-wrapper {
        padding: 8px 16px;
    }

    .panel-header-wrapper .payment-for-text {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

.panel-header-wrapper .back-to-shop {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: -2px;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-weight: bold;

    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.panel-header-wrapper .info-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    color: #072653;
}

.panel-header-wrapper .payment-for.with-back-to-shop {
    min-width: 0;
}

.panel-header-wrapper .back-to-shop:hover {
    opacity: 0.9;
}

.panel-header-wrapper .back-to-shop .arrow-img {
    margin-right: 5px;
    font-size: 10px;
    position: relative;
    top: -1px;
    color: #000000;
    width: 5px;
}

.panel-header-wrapper .back-to-shop-link {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    display: flex;
}

.panel-header-wrapper .payment-for-text {
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    cursor: default;
    font-weight: 600;
    padding-top: 9px;
    padding-bottom: 9px;
    min-width: 0;
}

.panel-header-wrapper .payment-for.with-back-to-shop .payment-for-text {
    padding-top: 0;
    padding-bottom: 0;
}

.panel-header-wrapper .amount-holder {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.panel-header-wrapper .amount {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    margin-left: 7px;
    white-space: nowrap;
}

.panel-header-wrapper .currency-name {
    margin-left: -2px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.panel-header-wrapper .tooltip-wrapper .tooltip-label img {
    display: block;
    color: #072653;
    height: 16px;
    width: 16px;
}

@media only screen and (max-width: 390px) {
    .panel-header-wrapper .amount {
        font-size: 27px;
    }

    .panel-header-wrapper .payment-for-text {
        font-size: 17px;
    }

    .panel-header-wrapper .amount-holder {
        margin-top: 5px;
        margin-left: 5px;
        padding-left: 25px;
    }
}

#transaction-tooltip {
    background: none;
    display: flex;
    place-content: center;
    cursor: pointer;
}

.tippy-content {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400;
}

.tippy-content p,
.tippy-content h2,
.tippy-content dl {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.tippy-content > dl dd {
    margin: 0;
}

.tippy-content > dl {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tippy-content dt,
.tippy-content dd {
    display: inline;
}

.tippy-content strong {
    font-weight: 700;
    word-break: break-word;
}
