.leyka-tpl-star-form .currency-tab.currency-crypto
    .cryptocurrencies_wallets
    .leyka-cryptocurrency-data-wrapper.karagodin-crypto-wallet--enhanced {
    align-items: center;
    min-height: 58px;
}

.leyka-tpl-star-form .currency-tab.currency-crypto
    .karagodin-crypto-wallet--enhanced
    .leyka-cryptocurrency-data {
    box-sizing: border-box;
    position: relative;
    padding-left: 42px;
}

.leyka-tpl-star-form .currency-tab.currency-crypto
    .karagodin-crypto-wallet__icon {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain;
    transform: translateY(-50%);
}

.leyka-tpl-star-form .currency-tab.currency-crypto
    .karagodin-crypto-wallet__description {
    margin: 2px 0 1px;
    color: #68748d;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
}

.leyka-tpl-star-form .currency-tab.currency-crypto
    .cryptocurrencies_wallets
    .leyka-cryptocurrency-data-wrapper
    .leyka-button-copy span {
    background: var(--karagodin-leyka-copy-background, #489f4a) !important;
}

.leyka-tpl-star-form .section .section__fields
    .single-pm-icon.karagodin-single-pm-icon--visible {
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .leyka-tpl-star-form .currency-tab.currency-crypto
        .karagodin-crypto-wallet--enhanced
        .leyka-cryptocurrency-data {
        padding-left: 38px;
    }

    .leyka-tpl-star-form .currency-tab.currency-crypto
        .karagodin-crypto-wallet__icon {
        width: 27px !important;
        max-width: 27px !important;
        height: 27px !important;
    }
}
