.feedaty-astar-extension-wrapper {
    position: relative;
    display: block;
    padding-top: 64px;
}

a.feedaty-astar-extension-seeder {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    row-gap: 4px;
    gap: 8px;
    color: inherit;
    position: absolute;
    inset: 0;
    margin: 0;
}
a.feedaty-astar-extension-seeder:hover,
a.feedaty-astar-extension-seeder:link,
a.feedaty-astar-extension-seeder:active,
a.feedaty-astar-extension-seeder:visited {
    color: inherit;
    text-decoration: none;
}

a.feedaty-astar-extension-seeder > span {
    display: block;
    flex: 1 0 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    padding-top: 20px;
    margin-left: auto;
}

a.feedaty-astar-extension-seeder > i {
    flex: 1 0 100%;
    font-style: normal;
    color: #2E49D2;
    text-align: center;
    margin-right: auto;
    font-size: 14px;
    white-space: nowrap;
}

@media (min-width: 450px) {
    .feedaty-astar-extension-wrapper {
        padding-top: 40px;
    }

    a.feedaty-astar-extension-seeder {
        flex-wrap: nowrap;
    }

    a.feedaty-astar-extension-seeder > span {
        flex: 0 0 88px;
    }


    a.feedaty-astar-extension-seeder > i {
        flex: 0 1 auto;
        text-align: left;
    }
}

@media (min-width: 850px) {
    .feedaty-astar-extension-wrapper {
        padding-top: 64px;
    }

    a.feedaty-astar-extension-seeder {
        flex-wrap: wrap;
    }

    a.feedaty-astar-extension-seeder > span {
        flex: 1 0 100%;
    }


    a.feedaty-astar-extension-seeder > i {
        flex: 1 0 100%;
        text-align: center;
    }
}


@media (min-width: 1164px) {
    .feedaty-astar-extension-wrapper {
        padding-top: 40px;
    }

    a.feedaty-astar-extension-seeder {
        flex-wrap: nowrap;
    }

    a.feedaty-astar-extension-seeder > span {
        flex: 0 0 88px;
    }


    a.feedaty-astar-extension-seeder > i {
        flex: 0 1 auto;
        text-align: left;
    }
}