html.shell-currency-preview .shell-credit-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.08em;
    height: 1.08em;
    margin: 0 0.08em 0 0.02em;
    vertical-align: -0.15em;
    line-height: 1;
    flex: 0 0 auto;
}

html.shell-currency-preview .shell-credit-mark img {
    display: block;
    width: 100%;
    height: 100%;
    flex: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

html.shell-currency-preview .shell-credit-mark--standalone {
    margin-right: 0;
}

@media (max-width: 767px) {
    html.shell-currency-preview .shell-credit-mark {
        width: 1.12em;
        height: 1.12em;
    }
}
