.ff-level-reward-card {
    border: 1px solid #0d6efd;
    border-radius: 8px;
    padding: 16px;
    height: 100%;
    text-align: center;
    background: #fff;
}

.ff-level-reward-card:hover {
    border-color: #f49d16;
}

.ff-level-reward-link {
    display: block;
    color: #202124;
    text-decoration: none;
}

.ff-level-reward-img {
    width: 104px;
    height: 104px;
    margin: 0 auto 10px;
    padding: 10px;
    border-radius: 8px;
    background: radial-gradient(circle, #2a2a2a, #000);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ff-level-reward-img img {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.ff-level-reward-name {
    display: block;
    font-weight: 700;
    line-height: 1.3;
}

.ff-level-list {
    display: grid;
    gap: 12px;
}

.ff-level-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: start;
    padding: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    background: #fff;
}

.ff-level-number {
    border-radius: 8px;
    background: #111;
    color: #f49d16;
    font-weight: 800;
    text-align: center;
    padding: 10px 6px;
}

.ff-level-number span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.ff-level-rewards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ff-level-reward-mini {
    min-width: 180px;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #202124;
    background: #f8f9fa;
    text-decoration: none;
}

.ff-level-reward-mini:hover {
    border-color: #f49d16;
    color: #111;
    text-decoration: none;
}

.ff-level-reward-mini-img {
    width: 48px;
    height: 48px;
    padding: 5px;
    border-radius: 6px;
    flex: 0 0 48px;
    background: radial-gradient(circle, #2a2a2a, #000);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ff-level-reward-mini-img img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.ff-level-reward-mini-name {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.25;
}

#perguntas-frequentes-recompensas-nivel details {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 8px;
    background: #fff;
}

#perguntas-frequentes-recompensas-nivel summary {
    cursor: pointer;
    font-weight: 700;
}

#perguntas-frequentes-recompensas-nivel p {
    margin: 10px 0 0;
}

@media (max-width: 575px) {
    .ff-level-reward-card {
        padding: 10px;
    }

    .ff-level-reward-link {
        display: grid;
        grid-template-columns: 72px 1fr;
        gap: 10px;
        align-items: center;
        text-align: left;
    }

    .ff-level-reward-card > .ff-level-reward-img {
        display: inline-flex;
        vertical-align: middle;
    }

    .ff-level-reward-card .h4 {
        font-size: 18px;
        margin-bottom: 8px !important;
    }

    .ff-level-reward-img {
        width: 72px;
        height: 72px;
        margin: 0;
        padding: 7px;
    }

    .ff-level-reward-img img {
        width: 58px;
        height: 58px;
    }

    .ff-level-reward-name {
        font-size: 14px;
    }

    .ff-level-list {
        gap: 8px;
    }

    .ff-level-row {
        grid-template-columns: 54px 1fr;
        gap: 8px;
        align-items: stretch;
        padding: 8px;
    }

    .ff-level-number {
        width: 44px;
        min-height: 58px;
        padding: 8px 4px;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 16px;
        line-height: 1.1;
    }

    .ff-level-number span {
        font-size: 10px;
    }

    .ff-level-rewards {
        gap: 6px;
    }

    .ff-level-reward-mini {
        width: 100%;
        min-width: 0;
        padding: 7px;
        gap: 8px;
    }

    .ff-level-reward-mini-img {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        padding: 4px;
    }

    .ff-level-reward-mini-img img {
        width: 34px;
        height: 34px;
    }

    .ff-level-reward-mini-name {
        font-size: 12px;
    }
}
