
    .links-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .link-single {
        display: flex;
        align-items: center;
        border: 1px solid rgba(156, 73, 73, 0.05);
        border-radius: 5px;
        margin: 0.25rem 0.5rem;
        background-color: #ffffff;
        box-shadow: inset 0 -0.15rem 0 -0.15em rgba(0, 0, 0, 0.17)
    }

    .link-single:first-child {
        margin-top: 10px;
    }

    .link-single:last-child {
        margin-bottom: 20px;
    }

    .link-logo-img {
        margin: 8px;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;

        background-image: url("../img/logo.png");

        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

    }

    .reward-text {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin: 1rem 5px;
        line-height: 1.25rem;
        flex: 5;
    }

    .reward-text .reward-title {
        font-size: 1rem;
        font-weight: normal;
        /* opacity: 0.8; */
    }

    .reward-text .reward-date {
        font-weight: 600;
        font-size: 0.8rem;
        /* opacity: 0.9; */
        color: #4267B2;
    }

    .collect {
        justify-content: center;
        text-align: center;
        flex: 2;
        margin-right: 10px;
    }

    .collect a {
        font-weight: 800;
        color: white;
        font-size: 16px;
        text-decoration: none;
        background-color: #70c910;
        padding: 5px 8px;
        border-radius: 5px;
        box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
    }

    .collect a:hover {
        opacity: 0.6;
    }

    .collect button {
        font-weight: 800;
        color: white;
        font-size: 16px;
        text-decoration: none;
        background-color: #70c910;
        padding: 5px 8px;
        border-radius: 5px;
        border: none;
        box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
    }

    .link-single .collect a:visited {
        background-color: rgba(161, 161, 173, 0.025);
    }


    .show_date {
        text-align: center;
        font-size: 1.1rem;
        font-weight: 600;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .hide_date {
        display: none;
    }
.clearfix::after{content:"";display:table;clear:both}
