
    .wp-block-font-awesome-icon svg::before,
    .wp-rich-text-font-awesome-icon svg::before {
        content: unset;
    }


    @keyframes slide-in-one-tap {
        from {
            transform: translateY(80px);
        }
        to {
            transform: translateY(0px);
        }
    }

    .trust-hide-gracefully {
        opacity: 0;
    }

    .trust-wallet-one-tap .hidden {
        display: none;
    }

    .trust-wallet-one-tap .semibold {
        font-weight: 500;
    }

    .trust-wallet-one-tap .binance-plex {
        font-family: 'Binance';
    }

    .trust-wallet-one-tap .rounded-full {
        border-radius: 50%;
    }

    .trust-wallet-one-tap .flex {
        display: flex;
    }

    .trust-wallet-one-tap .flex-col {
        flex-direction: column;
    }

    .trust-wallet-one-tap .items-center {
        align-items: center;
    }

    .trust-wallet-one-tap .space-between {
        justify-content: space-between;
    }

    .trust-wallet-one-tap .justify-center {
        justify-content: center;
    }

    .trust-wallet-one-tap .w-full {
        width: 100%;
    }

    .trust-wallet-one-tap .box {
        transition: all 0.5s cubic-bezier(0, 0, 0, 1.43);
        animation: slide-in-one-tap 0.5s cubic-bezier(0, 0, 0, 1.43);
        width: 384px;
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
        position: fixed;
        right: 30px;
        bottom: 30px;
        z-index: 1020;
    }

    .trust-wallet-one-tap .header {
        gap: 15px;
        border-bottom: 1px solid #E6E6E6;
        padding: 10px 18px;
    }

    .trust-wallet-one-tap .header .left-items {
        gap: 15px
    }

    .trust-wallet-one-tap .header .title {
        color: #1E2329;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }

    .trust-wallet-one-tap .header .subtitle {
        color: #474D57;
        font-size: 14px;
        line-height: 20px;
    }

    .trust-wallet-one-tap .header .close {
        color: #1E2329;
        cursor: pointer;
    }

    .trust-wallet-one-tap .body {
        padding: 9px 18px;
        gap: 10px;

    }

    .trust-wallet-one-tap .body .right-items {
        gap: 10px;
        width: 100%;
    }

    .trust-wallet-one-tap .body .right-items .wallet-title {
        color: #1E2329;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    .trust-wallet-one-tap .body .right-items .wallet-subtitle {
        color: #474D57;
        font-size: 14px;
        line-height: 20px;
    }

    .trust-wallet-one-tap .connect-indicator {
        gap: 15px;
        padding: 8px 0;
    }

    .trust-wallet-one-tap .connect-indicator .flow-icon {
        color: #474D57;
    }

    .trust-wallet-one-tap .loading-color {
        color: #FFF;
    }

    .trust-wallet-one-tap .button {
        border-radius: 50px;
        outline: 2px solid transparent;
        outline-offset: 2px;
        background-color: rgb(5, 0, 255);
        border-color: rgb(229, 231, 235);
        cursor: pointer;
        text-align: center;
        height: 45px;
    }

    .trust-wallet-one-tap .button .button-text {
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    .trust-wallet-one-tap .footer {
        margin: 20px 30px;
    }

    .trust-wallet-one-tap .check-icon {
        color: #FFF;
    }




    .container a.cta {
        display: inline-block;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        background: #333;
        font-weight: 700;
        color: #fff;
        min-width: 200px;
        border-radius: 5px;
        text-transform: uppercase;
        background: #fed831;
        color: #000;
    }
    @media screen and (max-width: 768px) {
        figure {
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
        }
    }


    .footer-lang-switcher{
        text-align: center;    display: flex;    align-items: center;     justify-content: center;
    }
    @media screen and (max-width: 768px) {
        .footer-lang-switcher{
            flex-wrap: wrap;
        }
    }




    #breadcrumbs {
        margin-bottom: 0;
        color: grey;
        font-size: 14px;
        padding-bottom: 15px;
    }

    #breadcrumbs a {
        text-decoration: none;
        color: grey;
        font-weight: bold;
    }




    .wp-caption.aligncenter {
        max-width: 100%;
        margin: 0;
    }

    .ci-screenshot {
        margin-top: 20px;
    }
